Merge pull request #109 from TJM/issue_70
Fix Issue 70 add file mode parameters
Manage logrotate startup arguments
- New parameter 'logrotate_args' for managing the startup parameters of logrotate. - Add new unit tests for the cron.pp
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 test set has some additional test cases to cover the differences in FreeBSD startup script.
Merge pull request #105 from pjfbashton/fix_hourly_cron
Use logrotate::cron rather than file resourcefor hourly cron
erase default rules for freebsd
Merge pull request #112 from voxpupuli/modulesync
modulesync 1.9.2
Merge pull request #113 from bastelfreak/puppet
drop EOL OSs; fix puppet version range
Merge pull request #115 from voxpupuli/remove-docker-nodesets
Remove docker nodesets
(docs) Update readme with warning note and bigger example of defaults
Declaring both `Logrotate::Conf['/etc/logrotate.conf]` and `Class['logrotate']` will result in errors from Puppet as described in #116 which is the result of not using the class correctly. Update readme to add a not warning users not to do this and update the example for `Class['logrotate']` to indicate that feature parity with `Logrotate::Conf['/etc/logrotate.conf']` already exists. Fixes #116
Merge pull request #117 from GeoffWilliams/docs_116
(docs) Update readme with warning note and bigger example of defaults
Merge pull request #102 from ruriky/logrotate/arguments
Manage logrotate startup arguments
Merge pull request #111 from nfrance-conseil/fix_freebsd_default_rules
Fix freebsd default rules