Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-08 | new style for 2.7 | mh | |
2011-03-22 | fix syntax error from previous commit | Micah Anderson | |
2011-03-22 | add debian-specific puppetmaster require parameter package override | Micah Anderson | |
2011-02-28 | debian's puppet depends on puppet-common, but if you were to set | Micah Anderson | |
$puppet_ensure_version to a backported version and your pinning was setup so that you dont pull any packages unless explicit (I believe this is the default), then you will end up seeing things like this: The following packages have unmet dependencies: puppet: Depends: puppet-common (= 2.6.2-4~bpo50+1) but 2.6.2-1~bpo50+1 is to be installed E: Broken packages at /etc/puppet/modules/puppet/manifests/linux.pp:6 this commit adds the $puppet_ensure_version test in debian.pp to make sure that the puppet-common package is also following this request | |||
2011-02-16 | remove duplicated hasstatus parameter on Service[puppet] | Micah Anderson | |
2011-02-14 | Revert "debian's puppet initscript has status functionality", this seems to ↵ | Micah Anderson | |
have been a mistake in a merge commit This reverts commit bb8ede5cfa0bdbdcc0244a590e6453f16d815cb6. | |||
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-11 | fix misplaced closing curly brace for case statement | Micah Anderson | |
2011-01-10 | Fix 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-28 | debian's puppet initscript has status functionality | Micah Anderson | |
Conflicts: manifests/cron/base.pp manifests/debian.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 | codestyle - whitespace | mh | |
Only code style and whitespace formatting issues. Everything should no be in ligne. | |||
2010-01-20 | removed service definition for cron, which should be in an own cron-module | varac | |
2010-01-20 | added cron reload to recognize cronfile changes | varac | |
2009-11-14 | update file sources to new 0.25.x style | mh | |
2009-11-02 | recursivly updating file path to new 0.25 style | mh | |
2008-12-27 | factored classes out in their own files | mh | |