summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
AgeCommit message (Collapse)Author
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.
2011-01-11fix misplaced closing curly brace for case statementMicah Anderson
2011-01-10Fix up puppet/puppetmaster status method for Debian Squeeze and Sid, ↵Micah Anderson
updating my previous commits with the fixes from LeLutin (closes: #2693)
2010-11-28debian's puppet initscript has status functionalityMicah Anderson
Conflicts: manifests/cron/base.pp manifests/debian.pp
2010-11-28Fix whitespace and coding standards to use standard formatting styles (I ↵Micah Anderson
believe that this Closes #2353)
2010-08-07remove unnecessary fileserver variable (#2460)mh
2010-08-06codestyle - whitespacemh
Only code style and whitespace formatting issues. Everything should no be in ligne.
2010-01-20removed service definition for cron, which should be in an own cron-modulevarac
2010-01-20added cron reload to recognize cronfile changesvarac
2009-11-14update file sources to new 0.25.x stylemh
2009-11-02recursivly updating file path to new 0.25 stylemh
2008-12-27factored classes out in their own filesmh