Fix job::cron special parameter validation
Template already added '@' for specials. Fixes #59
Merge pull request #64 from voxpupuli/fix_special
Fix `job::cron` `special` parameter
Merge pull request #66 from elmobp/master
If you attempt to use anything below */3 the regex fails
Merge pull request #70 from voxpupuli/modulesync
modulesync 2.7.0 and drop puppet 4
Merge pull request #71 from rwaffen/master
allow dots in cron::user data type
Changes the defaults of the cronjob-files
In order to comply with CIS Benchmark Requirements (#65) the file-mode of all files has been changed from 644 to 600. The files should only be readable by root. For CIS-benchmark see: https://www.cisecurity.org/cis-benchmarks/
Merge pull request #75 from ralfbosz/cis_mask
Changes the defaults of the cronjob-files from 644 to 600