Skip to content

Releases: voxpupuli/puppet-cron

v4.2.0

10 Jul 17:30
v4.2.0
69dd56d
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Other Changes

New Contributors

Full Changelog: v4.1.0...v4.2.0

Release 1.1.1

19 Jan 17:36
95c80e0
Compare
Choose a tag to compare
Merge pull request #43 from alexjfisher/rel_1_1_1

Release 1.1.1

Release v1.0.0

14 Oct 15:24
Compare
Choose a tag to compare

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

30 Jul 09:21
Compare
Choose a tag to compare

v0.2.1: 2017-07-30
Changes:

  • Added support for special time options
  • Rspec fixes

Added cron service management

22 Nov 11:47
Compare
Choose a tag to compare

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

26 Jun 09:58
Compare
Choose a tag to compare

v0.1.8: 2016-06-26
Changes:

  • Added support for Scientific Linux

Properly support Gentoo

13 Jun 09:10
Compare
Choose a tag to compare

v0.1.7: 2016-06-12
Changes:

  • Properly support Gentoo
  • Documentation fixes
  • Rspec fixes

Added description parameters

13 Jun 08:42
Compare
Choose a tag to compare
v0.1.6

Added description parameters

Fix release on forge

13 Jun 09:07
Compare
Choose a tag to compare

v0.1.5: 2016-03-06
Changes:

  • Fix release on forge

Added possibility to add jobs from hiera

13 Jun 09:07
Compare
Choose a tag to compare

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