Releases: voxpupuli/puppet-cron
Releases · voxpupuli/puppet-cron
v4.2.0
What's Changed
New Features 🎉
- Add parameters for file/directory modes by @ludovicus3 in #134
- Add support for FreeBSD 14 by @smortex in #136
Other Changes
- Remove legacy top-scope syntax by @smortex in #125
- refactor: define job template as epp instead of erb by @bastelfreak in #138
- refactor: define job::multiple template as epp instead of erb by @bastelfreak in #139
New Contributors
- @zilchms made their first contribution in #128
- @ludovicus3 made their first contribution in #134
Full Changelog: v4.1.0...v4.2.0
Release 1.1.1
Merge pull request #43 from alexjfisher/rel_1_1_1 Release 1.1.1
Release v1.0.0
v1.0.0: 2017-10-14
Changes:
- BREAK: Requires Puppet version >=4.9.1
- Added type-hinting to all manifest parameters
- Added management of /etc/cron.allow and /etc/cron.deny
- Replaced hiera_hash() with lookup() calls
- Replaced params.pp with in-module data (Hiera 5)
- Replaced create_resources with iterators
- Replaced anchor pattern with contain
- Made the cron::job command attribute optional
Added support for special time options
v0.2.1: 2017-07-30
Changes:
- Added support for special time options
- Rspec fixes
Added cron service management
v0.2.0: 2016-11-22
Changes:
- BREAK: Added cron service managment
The cron service is now managed by this module and by default the service will be started - Rspec fixes
Added support for Scientific Linux
v0.1.8: 2016-06-26
Changes:
- Added support for Scientific Linux
Properly support Gentoo
v0.1.7: 2016-06-12
Changes:
- Properly support Gentoo
- Documentation fixes
- Rspec fixes
Added description parameters
v0.1.6 Added description parameters
Fix release on forge
v0.1.5: 2016-03-06
Changes:
- Fix release on forge
Added possibility to add jobs from hiera
v0.1.4: 2016-03-06
Changes:
- Added possibility to add jobs from hiera
- Added Debian as supported operating system
- Allow declaration of cron class without managing the cron package
- Properly detect RHEL 5 based cron packages
- Fix puppet-lint warnings
- Add more tests