Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-08 | new style for 2.7 | mh | |
2011-03-22 | minor formatting fix for standardization | Micah Anderson | |
2011-02-11 | fix name of cronjob for generic linux | Micah Anderson | |
2011-02-11 | this cleanup isn't a good idea for the other linux people who are actually ↵ | Micah Anderson | |
using the filename puppetd.cron | |||
2011-02-11 | make 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-10 | fix the bc dependency (closes: #2690) | Micah Anderson | |
this is done by removing the hacky `if !defined` on the bc package by removing the package dependency altogether and replacing the places where it is used by shell built-in math functions. this is a follow-up commit to 1455b1f9a55cdffc582fd93fa0bc5c016585760c | |||
2010-11-28 | add site-puppet cron.d/puppet source | Micah Anderson | |
2010-11-28 | I've removed the pre-requirement that you need to have the 'bc' module | Micah Anderson | |
installed. It seems a little silly to have a hard-coded dependency on a module that simply installs one package. I replaced it with a test to see if the package has been defined elsewhere, and if not then it installs it, allowing those who wish to continue to do this to have no change. I also provide a mechanism to specify the version, if desired. Conflicts: manifests/linux.pp | |||
2010-11-28 | Fix whitespace and coding standards to use standard formatting styles (I ↵ | Micah Anderson | |
believe that this Closes #2353) | |||
2010-08-07 | remove unnecessary fileserver variable (#2460) | mh | |
2010-08-06 | remove unnecessary service (cron) notification | mh | |
There is no need to notify the cron service after placing something in /etc/cron.d. This means that we can also remove the dependency to cron, as we don't refer to any managed resource of the cron module anymore. | |||
2010-08-06 | codestyle - whitespace | mh | |
Only code style and whitespace formatting issues. Everything should no be in ligne. | |||
2010-05-13 | fix include namespaces | Jerome Charaoui | |
2010-05-12 | correct typo (do we really need to notify cron?) | Jerome Charaoui | |
2010-05-12 | rename $puppet_version and $facter_version and default to installed instead ↵ | Jerome Charaoui | |
of present | |||
2010-05-12 | depend on cron module | Jerome Charaoui | |
2010-05-11 | Merge commit 'nadir/master' | Jerome Charaoui | |
2010-03-31 | Add optional $puppet_version and $facter_version variables, defaults to ↵ | Jerome Charaoui | |
'present' | |||
2010-01-20 | removed service definition for cron, which should be in an own cron-module | varac | |
2010-01-20 | cron reload for /etc/cron.d/puppet*, debian/ubuntu shellscripts under ↵ | varac | |
/usr/local/bin rather than /opt/bin | |||
2009-11-02 | recursivly updating file path to new 0.25 style | mh | |
2008-12-27 | factored classes out in their own files | mh | |