You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 10, 2024. It is now read-only.
summary 'Puppet module that manages scheduling of task trough cron'
description 'This puppet module manages the scheduling of task trough cron.
It has shortcuts classes for hourly (/etc/cron.hourly), daily (/etc/cron.daily), weekly (/etc/cron.daily) and monthly (/etc/cron.monthly) schedulation.
It has been tested only ...
Tested on CentOS 6.2, RHEL 6.2, CentOS 5.8.
Requirements:
* [Facter](http://www.puppetlabs.com/puppet/related-projects/facter/) 1.6.1 or greater (versions that support the osfamily fact)
* [puppetlabs/stdlib] for the validate_absolute_path statement
Todo:
- Set up and install cron in the - very unlikely - case that it\'s not installed;