summaryrefslogtreecommitdiff
path: root/manifests
AgeCommit message (Expand)Author
2013-05-20correct namingmh
2013-05-20add a simple dashboard setupmh
2013-05-20if it runs with passenger there is no such servicemh
2013-05-20fix inheritingmh
2013-04-08puppet is in bin not sbinmh
2013-04-07also use new naming convention on linuxmh
2012-12-07improve puppet munin pluginmh
2012-12-07correct env varmh
2012-12-06use correct location to get logsmh
2012-08-26improve testing for servicemh
2012-06-18this has no paramsmh
2012-06-18cleanup param mesmh
2012-06-17pass also these paramsmh
2012-06-17correct param namingmh
2012-06-13take hiera out of the paramsmh
2012-06-10we support now also 2.7 - 0.24 should not anymore be aroundmh
2012-06-10stop the puppet service by default on cronmh
2012-06-10fix cron timemh
2012-06-10use another source for the mastermh
2012-06-10use proper variable namemh
2012-06-08new style for 2.7mh
2011-07-07linux is the kernel not the operating systemmh
2011-07-07implement setting reports cleanup dir the old waymh
2011-07-07Revert "migrate cleanup_reports to parametrized classes as this makes it much...mh
2011-07-07Revert "fix variable naming"mh
2011-07-07fix variable namingmh
2011-07-07migrate cleanup_reports to parametrized classes as this makes it much more co...mh
2011-07-07also don't do anything on undef - maybe once puppet will return undef on unde...mh
2011-05-07Fix probable typos.intrigeri
2011-05-07Install puppetmaster-common package.intrigeri
2011-05-07Inherit from the right base class.intrigeri
2011-03-29the % needs to be double-escaped so puppet doesn't complain like this:Micah Anderson
2011-03-28percent is magic in crontabs and needs to be escapedMatt Taggart
2011-03-28need to escape the $ in the variablesMicah Anderson
2011-03-28update cronjob to capture the return code output as suggested by LeLutin in h...Micah Anderson
2011-03-22fix syntax error from previous commitMicah Anderson
2011-03-22add debian-specific puppetmaster require parameter package overrideMicah Anderson
2011-03-22minor formatting fix for standardizationMicah Anderson
2011-03-15instead of using $RANDOM, which isn't POSIX, we get even more esoteric by pul...Micah Anderson
2011-03-15change the cronjob so that the failure to find any (^err:|^alert:|^emerg:|^cr...Micah Anderson
2011-03-01the debian-specific case doesn't work for squeeze, so re-factor the way it isMicah Anderson
2011-02-28debian's puppet depends on puppet-common, but if you were to setMicah Anderson
2011-02-16remove duplicated hasstatus parameter on Service[puppet]Micah Anderson
2011-02-14Revert "debian's puppet initscript has status functionality", this seems to h...Micah Anderson
2011-02-11fact needs to check now for $operatingsystem, not $kernel, in order to distin...Micah Anderson
2011-02-11fix name of cronjob for generic linuxMicah Anderson
2011-02-11this cleanup isn't a good idea for the other linux people who are actually us...Micah Anderson
2011-02-11make a puppet::cron::debian class that includes the override of the /etc/cron...Micah Anderson
2011-01-17fix location of puppet reports in cronjob that is run daily to cleanup report...Micah Anderson
2011-01-11fix misplaced closing curly brace for case statementMicah Anderson