Skip to content

Release of 6.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jul 19:16
bc5510e
  • Removed support for Puppet 5
  • Ensured support for Puppet 7 in requirements and stdlib
  • Changed
    • Default to systemd for scheduling
    • Use --check instead of -C by default to match what most scanners expect
    • Randomize the minute field so that I/O load is reduced on hosting platforms
  • Added
    • Puppet 7 support
    • Allow users to choose between the following options:
      • systemd => Default - Use systemd timers
      • root => Legacy - Update root's crontab
      • etc => Scanner Compat - Update /etc/crontab using Augeas
    • When one method is chosen, the others will be disabled