summaryrefslogtreecommitdiff
path: root/manifests/cron.pp
AgeCommit message (Collapse)Author
2015-09-30give a default value to $cron_timeGabriel Filion
This'll make it configure the cron job to a 30mins interval randomly displaced within the hour. It's still possible to set $cron_time to a full cron time spec to set run times manually.
2015-05-06Fix default value of http_compression parameter in puppet::cronJerome Charaoui
2014-08-30fix cron name globally + lintingmh
2013-12-05make it possible to pass the content of the config from outsidemh
2012-06-18cleanup param mesmh
2012-06-17correct param namingmh
2012-06-13take hiera out of the paramsmh
2012-06-10stop the puppet service by default on cronmh
2012-06-08new style for 2.7mh
2011-07-07linux is the kernel not the operating systemmh
2011-02-11fact needs to check now for $operatingsystem, not $kernel, in order to ↵Micah Anderson
distinguish between different linux distros
2011-02-11make a puppet::cron::debian class that includes the override of the ↵Micah Anderson
/etc/cron.d/puppetd.cron file resource and move the override from manifests/debian.pp. /etc/cron.d/puppetd.cron is not a valid cronjob according to the run-parts system that Debian uses to decide what is valid, as a result if you were to 'include puppet::cron' in your manifests on a debian/debian-derived system, then a cronjob would be created that would never be executed.
2010-08-06codestyle - whitespacemh
Only code style and whitespace formatting issues. Everything should no be in ligne.
2008-12-27added a first version to run the client from cronmh