Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/voxpupuli/puppet-logrotate

Puppet logrotate module
https://github.com/voxpupuli/puppet-logrotate

erase default rules for freebsd

acf8162700988f33211e1e3210597810df6568f0 authored over 6 years ago by Philippe BEAUMONT <[email protected]>
Remove top scope variables from cron.pp

79b4e33f0ad25335321d2ecb8da2b2aa97e7c88d authored over 6 years ago by Rurik Yla-Onnenvuori <[email protected]>
Merge pull request #105 from pjfbashton/fix_hourly_cron

Use logrotate::cron rather than file resourcefor hourly cron

dd31a07e2cb8204b7629be4672908ba769b29cd3 authored over 6 years ago by Ben S <[email protected]>
Fix spec test

a45d3cdc40cb96ab1e148e65c22f244675f6aee1 authored almost 7 years ago by Pawel Fiuto <[email protected]>
Use logrotate::cron rather than file resource

Fix test

06d5fe6b9363ad643c792b18ad2da4bba0cd4747 authored almost 7 years ago by Pawel Fiuto <[email protected]>
Manage logrotate startup arguments

- New parameter 'logrotate_args' for managing the startup parameters
of logrotate.
- Add new u...

fe9e859159871a9aedf50891ee62803811deb970 authored almost 7 years ago by Rurik Yla-Onnenvuori <[email protected]>
Improve test set to cover all supported os.

FreeBSD is not in the list of supported os as the module has only
partial support for it. The te...

538d595376c8b5da27fd15c4ef132cd6519d89aa authored almost 7 years ago by Rurik Yla-Onnenvuori <[email protected]>
Merge pull request #109 from TJM/issue_70

Fix Issue 70 add file mode parameters

93459314f6f4e92843e061d249500f26efc89e57 authored almost 7 years ago by Ben S <[email protected]>
Fix Issue #70 Add file mode parameters default to RPM permissions

1a029eefb7486f70a72de0464b10b82a5ad3e4f4 authored almost 7 years ago by Tommy McNeely <[email protected]>
[blacksmith] Bump version to 3.2.2-rc0

352a3830a37f6a53d69929de8a2664d05c7e6142 authored almost 7 years ago by Tim Meusel <[email protected]>
Merge pull request #108 from bastelfreak/rel321

release 3.2.1

96839d64f9996ec121706e689fb3039916f7b91b authored almost 7 years ago by Lee Lowder <[email protected]>
release 3.2.1

fc68ead9bf9563e3a0bc0987f5ab3b1de58879d9 authored almost 7 years ago by Tim Meusel <[email protected]>
Merge pull request #107 from bastelfreak/puppetversion

bump puppet to latest supported version 4.10.0

f11ae7b33228a9bd45025048be4722b81097f3cd authored almost 7 years ago by Lee Lowder <[email protected]>
Merge pull request #106 from voxpupuli/modulesync

modulesync 1.9.0

48629d8fe63562f0ee9948dbbce5852ed6a34da4 authored almost 7 years ago by Tim Meusel <[email protected]>
bump puppet to latest supported version 4.10.0

df1cb3d5aa255b532a51d00ee95325e77d8d5fc3 authored almost 7 years ago by Tim Meusel <[email protected]>
modulesync 1.9.0

0c6a7775d34d29cdc687773fb4dc41faaa1c1021 authored almost 7 years ago by TraGicCode <[email protected]>
[blacksmith] Bump version to 3.2.1-rc0

49bfbe9d6dea8fd8e109e66b3a56d185d2dd2db7 authored about 7 years ago by Tim Meusel <[email protected]>
Merge pull request #101 from bastelfreak/rel320

release 3.2.0

f634563f94e3866c29b6e85c3393d8141c2ff069 authored about 7 years ago by David Hollinger III <[email protected]>
release 3.2.0

92b4c0df126db10754c7d682a1337d3dee7504a0 authored about 7 years ago by Tim Meusel <[email protected]>
Merge pull request #100 from voxpupuli/modulesync

modulesync 1.6.0

ced8de78386e000353e24516ec298f2c736e4811 authored about 7 years ago by Alexander Fisher <[email protected]>
modulesync 1.6.0

77ac521942516288a9ba2b7f80a37ad7e6c544e6 authored about 7 years ago by Tim Meusel <[email protected]>
Merge pull request #65 from mcgege/conf-wbtmp

Make the creation of default [bw]tmp-rulesets configurable

610febf529e00bb5c8ff88de14a01285c749257f authored about 7 years ago by Ben S <[email protected]>
Make the creation of default [bw]tmp-rulesets configurable

eaf73d3298896a6f5d3eb287754eb37a4c604d3d authored about 7 years ago by Michael Geiger <[email protected]>
Merge pull request #90 from achermes/master

Add missing $maxsize option to Logrotate::Conf

bb2ab504d1871498b20fdc5e70e9948280e2b782 authored about 7 years ago by Ben S <[email protected]>
Removed extra empty line at block end body.

65252c069c5325635cb11d509fd32af7e96ad3a5 authored about 7 years ago by Chris Andrews <[email protected]>
Added rspec test for new custom_cfg parameter.

a70faa97e8627d182bfa7f4c426f81f82f79545b authored about 7 years ago by Chris Andrews <[email protected]>
Allowed custom lines to be added to the rules file using the 'custom_cfg' configuration parameter.

75092f12567a1225566b51de8c853d98a03cf29f authored about 7 years ago by Chris Andrews <[email protected]>
Merge pull request #96 from juniorsysadmin/ensurable-fix

Allow logrotate version to be specified

fc8abf2d9dee6a36faf6871c668a02365a6e64d9 authored about 7 years ago by Tim Meusel <[email protected]>
Merge pull request #98 from juniorsysadmin/userorgroup-too-strict

Remove UserOrGroup type, use String

39490fe2de097a15755cf51e6ad09a1d18e8445e authored about 7 years ago by Tim Meusel <[email protected]>
Remove UserOrGroup type, use String

The regex that matches a valid user or group is operating system and
distribution dependent. For...

b328ba54359a8e38c741861dec20134637fb4b41 authored about 7 years ago by juniorsysadmin <[email protected]>
Merge pull request #97 from juniorsysadmin/manage_package

Add manage_package parameter

a4e5e8ed9fc883fcf17a73ea7dd5e715c3b84d59 authored about 7 years ago by Tim Meusel <[email protected]>
Add manage_package parameter

15435a5486a0bb9bbeb1ab39776d0157b39d3d32 authored about 7 years ago by juniorsysadmin <[email protected]>
Allow logrotate version to be specified

Also drop the Logrotate::Ensurable type - it's not used anywhere else.

468ca007dbfeea1f3a07b7154fc4d76d306c6e17 authored about 7 years ago by juniorsysadmin <[email protected]>
Add missing $maxsize option to Logrotate::Conf

8af65f1c24de863dfbfcec89280f9335171ea302 authored about 7 years ago by Alexander Hermes <[email protected]>
Merge pull request #92 from szponek/fix-default-logrotate-conf-on-ubuntu

Fix missing su line in default logrotate.conf on Ubuntu

63ced8e4e8b2b11ff74313f90a919d7b36c9e183 authored about 7 years ago by Tim Meusel <[email protected]>
Fix missing su line in default logrotate.conf on Ubuntu

208fe2d6776a437e52b74b2272bada932ad1ff1b authored about 7 years ago by Grzegorz Ojrzanowski <[email protected]>
Merge pull request #91 from syseleven/fix-su-param-doc

Remove obsolete su parameter in documentation

65da0b9f40b1526eff009fd6314d00a68cb9a597 authored about 7 years ago by Tim Meusel <[email protected]>
Remove obsolete su parameter in documentation

84ce3dae50c6e447a09a865eee023ee3d454d1a0 authored about 7 years ago by Stefan Andres <[email protected]>
Merge pull request #89 from voxpupuli/modulesync

modulesync 1.5.0

2c15b102f9069f798f8c98d76e5e0fe083c2dcd2 authored about 7 years ago by Tim Meusel <[email protected]>
Merge pull request #23 from patricktoelle/master

Add purge_configdir to purge old configs

f0e260c075242a2ed164caa98284834551936806 authored about 7 years ago by Tim Meusel <[email protected]>
modulesync 1.5.0

ff1bd73b7d7bf91ef568bf89078f47e6ff8989c4 authored about 7 years ago by Tim Meusel <[email protected]>
[blacksmith] Bump version to 3.1.1-rc0

d8326a247deaf927556897c642cd6d3e448f1c50 authored about 7 years ago by Tim Meusel <[email protected]>
Merge pull request #87 from bastelfreak/rel310

release 3.1.0

71123fa2b100c6bfd418c4beeea3cec2ad6c2e55 authored about 7 years ago by Lee Lowder <[email protected]>
release 3.1.0

2d08449b45d75e4428f0b4d1fe2926b9033f20fb authored about 7 years ago by Tim Meusel <[email protected]>
Merge pull request #86 from voxpupuli/modulesync

modulesync 1.4.1

3cfd0ed2972027027a68e0b8c7eeeee469f00f8f authored about 7 years ago by Lee Lowder <[email protected]>
modulesync 1.4.1

7f85098214eef925eb2f66eb2e093a6ef9e66154 authored about 7 years ago by Tim Meusel <[email protected]>
Merge pull request #83 from cliff-wakefield/global_dateyesterday

Allowed dateyesterday at the global level

2f17473e011136f5637ebd26fc8bf67fb2fb1ba2 authored about 7 years ago by Alex Fisher <[email protected]>
Merge pull request #82 from mookie-/patch-1

Fix "Puppet Unknown variable: 'default_su_group'"

741002b5b5ae25fb0390d6d616aa47aa1464a6ce authored about 7 years ago by Alex Fisher <[email protected]>
Added spec for dateyesterday

bff4afcc992c03cb416612ef8fdd47cfce1691ff authored about 7 years ago by Cliff Wakefield <[email protected]>
Fix "Puppet Unknown variable: 'default_su_group'"

The Variable $default_su_group is not there for osfamily Freebsd. Puppet will fail if you have s...

73150cc6981cc08a3915211479c0573102cf95c7 authored about 7 years ago by Kim Jahn <[email protected]>
Allowed dateyesterday at the global level

ca18cc594637c463baa3d46d573bc3f74a2d4d0d authored about 7 years ago by Cliff Wakefield <[email protected]>
[blacksmith] Bump version to 3.0.2-rc0

6fe7efba24cebe5c999aad7302cdb07a8e37aff5 authored about 7 years ago by Tim Meusel <[email protected]>
Merge pull request #79 from bastelfreak/rel301

release 3.0.1

11dba498a12add3f3f421381fb9cf649e7c541a5 authored about 7 years ago by Theo Chatzimichos <[email protected]>
release 3.0.1

c8c8958e96dbf5dea3a7f1653b1eee2dbd147fb0 authored about 7 years ago by Tim Meusel <[email protected]>
Merge pull request #78 from bastelfreak/wrongtype

wrong datatype for $config, s/String/Hash

d50ece0a3df5475fcf7c08d78d17f6bb1d3a6cf3 authored about 7 years ago by Will Yardley <[email protected]>
wrong datatype for $config, s/String/Hash

1a077a56e34f058923c1d2cf2951137086ce3783 authored about 7 years ago by Tim Meusel <[email protected]>
[blacksmith] Bump version to 3.0.1-rc0

34d11d4a01eea7174b67d9f62d6dc6e439bea584 authored about 7 years ago by Tim Meusel <[email protected]>
Merge pull request #75 from bastelfreak/rel300

release 3.0.0

35a381430a1f8791ee71f82e6092b3a355ae815d authored about 7 years ago by Lee Lowder <[email protected]>
release 3.0.0

48545a0498cf618bb39e98e6c7d0896bdad1cce7 authored about 7 years ago by Tim Meusel <[email protected]>
Add purge_configdir to purge old configs

504fbb80bf4a21db3897a83ef0192ff228c3f53b authored over 7 years ago by patrick.toelle <[email protected]>
Added support for dateyesterday within logrotate::rule (#71)

* Added support for dateyesterday within logrotate::rule

* Cleaned up rspec test, moved datey...

a5613612039f1d34ba7bb51ee83ccfac69d7052d authored over 7 years ago by cliff-wakefield <[email protected]>
Merge pull request #74 from voxpupuli/modulesync

modulesync 1.1.0

65e55ee652e004205f51141162540077c9bd045c authored over 7 years ago by Will Yardley <[email protected]>
modulesync 2017-09-15

b9966a926ccd2eef25e437716793fec3f0940044 authored over 7 years ago by David Hollinger <[email protected]>
Merge pull request #73 from alexjfisher/fix_changelog

Fix changelog

f10b8c97d13921a6311c9c74c730d2fa6a2b8e5b authored over 7 years ago by Tim Meusel <[email protected]>
Regenerate CHANGELOG.md

10e3c1c3c8ffe8a39e10067093ae1d0419524901 authored over 7 years ago by Alexander Fisher <[email protected]>
Reformat HISTORY.md

For github-changelog-generator to automatically detect the `--since-tag`
release headers need to...

ae21e5ee3a036d4de2dd94dacf11ddfd8f2a19a8 authored over 7 years ago by Alexander Fisher <[email protected]>
Rename CHANGELOG to HISTORY.md

cce10012ac1e91c233aa67535065466665b8d1f2 authored over 7 years ago by Alexander Fisher <[email protected]>
Merge pull request #68 from mmerfort/cyberious-puppet4_deprecate_3

Introduce Puppet 4 datatypes and drop Puppet 3 support

0efaca87afa85eae45e023f1536086b5ab7f9ff5 authored over 7 years ago by Tim Meusel <[email protected]>
Clean up parts of module

* Remove hiera data
* Add parameter to pass cron path
* Clean up some style errors
* Add hiera c...

dca990535f91a8e6b41946f6794f1794fef8b26f authored over 7 years ago by Martin Merfort <[email protected]>
Pin facter version to ~> 2.4.6

Facter 2.5 is not working with facterdb yet.

0fdfada198f855f5496a07e2a105bcbaf04e354b authored over 7 years ago by Martin Merfort <[email protected]>
Repair tests

Fix the tests by adding some lines which got lost during the merge.
Also do not test the error m...

13ce41d647e35ba618f114b4e131303ad0e5117f authored over 7 years ago by Martin Merfort <[email protected]>
Fix rubocop warnings

Rubocop autofix was used to correct the files.

4f755b8d0c561fc187d82a69a57e8bd3202bb845 authored over 7 years ago by Martin Merfort <[email protected]>
Use datatypes and upgrade to > 4.0

Simply logic with the prepending 'no' accordingly and iterating in erb instead of puppet

Update...

ee311f235ac34e78c2fb2cdda043c3ad89bf2b3c authored over 7 years ago by Travis Fields <[email protected]>
[blacksmith] Bump version to 2.0.1-rc0

cd746fc864e232e87636ff8c71931d545ed2a1ad authored over 7 years ago by David Hollinger <[email protected]>
Merge pull request #64 from voxpupuli/rel200

release 2.0.0

d55a64e670aa192fe6257289b023e706d24c41e7 authored over 7 years ago by David Hollinger III <[email protected]>
Update README for VP migration

e4d4ccc986df82c85ec036b781932bcdf864bc7c authored over 7 years ago by Alexander Fisher <[email protected]>
release 2.0.0

60d1fb5a683a55a1574cba54f0489adca1bbfe5f authored over 7 years ago by Tim Meusel <[email protected]>
rubocop: autofix

39ecb8aa09e2670d6e90f0f363105dd247c0d8eb authored over 7 years ago by Tim Meusel <[email protected]>
Merge pull request #63 from voxpupuli/modulesync

modulesync 0.21.3

13ce797c45b711fb0920994aeb5e8f81851a9bed authored over 7 years ago by Alex Fisher <[email protected]>
Merge pull request #38 from myheritage/wip_37

Fixes #37 - Logrotate rule ERB template should not take variables from the scope object

2edc14d5bcab3cb95a69a615e71b061a94615ff3 authored over 7 years ago by Tim Meusel <[email protected]>
replace anchor pattern with contain

e7792d4b5e95b2c4b4c774e2895709b3701c1771 authored over 7 years ago by Tim Meusel <[email protected]>
rubocop: autofixes

b828afa27c8afa7c7afcd276511085c4931a6c96 authored over 7 years ago by Tim Meusel <[email protected]>
enhance spec testing

2ef2279d06099a7e27d47332d4d2466a157566f7 authored over 7 years ago by Tim Meusel <[email protected]>
delete guardfile

8dcc583a24d46b274cac91ac0814a6ac72c04e9e authored over 7 years ago by Tim Meusel <[email protected]>
delete legacy tests/ dir

f63eb10ef129a93d749143b6fb95b97c805f3e72 authored over 7 years ago by Tim Meusel <[email protected]>
puppet-lint: fix arrow_on_right_operand_line

c95fb84edd42eaebcbdd2e0dcfe14179828b67c6 authored over 7 years ago by Tim Meusel <[email protected]>
migrate to minimal supported stdlib version

05bec1781707c11c81502785bcd432fddb1d9940 authored over 7 years ago by Tim Meusel <[email protected]>
migrate to minimal supported puppet version

768a718a7ec43d4b85b57f7a8876ce18d22ce524 authored over 7 years ago by Tim Meusel <[email protected]>
drop legacy pe section in metadata.json

b5b2405438bf97691c5ff9a59a91fc118845cd1b authored over 7 years ago by Tim Meusel <[email protected]>
add travis password

f86b5f097e54e04e6543583a13b51eb54c8ed847 authored over 7 years ago by Tim Meusel <[email protected]>
modulesync 0.21.3

1654c1d7a15254ffa3a71ef66136c5fa25b4662e authored over 7 years ago by Tim Meusel <[email protected]>
Fix typo (#58)

Thanks for you're contribution ;)

f7cac5bee4f495ae173311a15ed26e9b8112ca70 authored almost 8 years ago by Gabriel M. Schuyler <[email protected]>
Couple of minor cosmetic tweaks prior to merging

b69f25f4410aa88f71783e22be1b04c8a09c4efd authored almost 8 years ago by Robin Bowes <[email protected]>
* Adding basic support for FreeBSD

63f2b13adcbbeaa8c4fd129eb189ae62230de0be authored almost 8 years ago by Alexander Weidinger <[email protected]>
Revert a previous change to maintain Puppet 3 compatibility

4fbbbd3104740a917f2902b95ded80fd412bd114 authored almost 8 years ago by Robin Bowes <[email protected]>
configure rubocop RSpec/NestedGroup check to not throw errors with the existing rspec tests

73b6bb3886b34b1ba2a763553ca2cedf6fb5c846 authored almost 8 years ago by Robin Bowes <[email protected]>
adding support for maxsize also in main config. (#57)

4bba5d9f43c7b341d215934f256f83f72da4d781 authored about 8 years ago by Ira <[email protected]>
Fix rubocop checks (#53)

5664360ca6381b26257bfb73966be540904e503a authored about 8 years ago by coreone <[email protected]>
Fixes #34 - Ubuntu Xenial and up support (#43)

* Fixes #34 - Ubuntu Xenial and up support

5bf6fc4c92c6eb42d859fd670bd7783a32ed6e78 authored over 8 years ago by Chris Edester <[email protected]>
puppet-strings rake tasks location change

6937d91857eb5fb373106f28cc93248a9fecf9e0 authored over 8 years ago by Chris Edester <[email protected]>