Age | Commit message (Expand) | Author |
2012-06-10 | we support now also 2.7 - 0.24 should not anymore be around | mh |
2012-06-10 | stop the puppet service by default on cron | mh |
2012-06-10 | fix cron time | mh |
2012-06-10 | use another source for the master | mh |
2012-06-10 | use proper variable name | mh |
2012-06-08 | new style for 2.7 | mh |
2011-07-07 | linux is the kernel not the operating system | mh |
2011-07-07 | README typo | mh |
2011-07-07 | implement setting reports cleanup dir the old way | mh |
2011-07-07 | Revert "migrate cleanup_reports to parametrized classes as this makes it much... | mh |
2011-07-07 | Revert "fix variable naming" | mh |
2011-07-07 | fix variable naming | mh |
2011-07-07 | migrate cleanup_reports to parametrized classes as this makes it much more co... | mh |
2011-07-07 | also don't do anything on undef - maybe once puppet will return undef on unde... | mh |
2011-05-21 | Fix development environment's modules path. | intrigeri |
2011-05-07 | Fix probable typos. | intrigeri |
2011-05-07 | Merge remote branch 'immerda/master' | intrigeri |
2011-05-07 | Install puppetmaster-common package. | intrigeri |
2011-05-07 | Inherit from the right base class. | intrigeri |
2011-04-17 | no need to log to the console as we don't use puppets logging feature | mh |
2011-04-03 | find not search | mh |
2011-04-03 | fix lastruncheck to be compatible for 2.6.7 | mh |
2011-03-29 | the % needs to be double-escaped so puppet doesn't complain like this: | Micah Anderson |
2011-03-28 | percent is magic in crontabs and needs to be escaped | Matt Taggart |
2011-03-28 | need to escape the $ in the variables | Micah Anderson |
2011-03-28 | add missing redirection to /dev/null for the first puppet restart: #2690 | Micah Anderson |
2011-03-28 | update cronjob to capture the return code output as suggested by LeLutin in h... | Micah Anderson |
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-03-22 | minor formatting fix for standardization | Micah Anderson |
2011-03-15 | instead of using $RANDOM, which isn't POSIX, we get even more esoteric by pul... | Micah Anderson |
2011-03-15 | change the cronjob so that the failure to find any (^err:|^alert:|^emerg:|^cr... | Micah Anderson |
2011-03-01 | the debian-specific case doesn't work for squeeze, so re-factor the way it is | Micah Anderson |
2011-02-28 | debian's puppet depends on puppet-common, but if you were to set | Micah Anderson |
2011-02-20 | treat case where host is not in stored configs so far | mh |
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 h... | Micah Anderson |
2011-02-11 | fact needs to check now for $operatingsystem, not $kernel, in order to distin... | 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 us... | Micah Anderson |
2011-02-11 | make a puppet::cron::debian class that includes the override of the /etc/cron... | Micah Anderson |
2011-01-17 | fix location of puppet reports in cronjob that is run daily to cleanup report... | Micah Anderson |
2011-01-11 | on debian, the default /etc/default/puppet file has "START=no", the default t... | Micah Anderson |
2011-01-11 | fix misplaced closing curly brace for case statement | Micah Anderson |
2011-01-11 | fix dependency error for the /etc/cron.d/puppetlast.cron | Micah Anderson |
2011-01-11 | clarify how storeconfigs are setup in the README | Micah Anderson |
2011-01-10 | update README to reflect the module pre-requirements needed for puppet::puppe... | Micah Anderson |
2011-01-10 | fix the bc dependency (closes: #2690) | Micah Anderson |
2011-01-10 | Fix up puppet/puppetmaster status method for Debian Squeeze and Sid, updating... | Micah Anderson |
2011-01-10 | add to puppet::puppetmaster::debian a file resource to manage the /etc/defaul... | Micah Anderson |