summaryrefslogtreecommitdiff
path: root/manifests
AgeCommit message (Expand)Author
2011-07-16Support FreeBSD for the puppet masterGabriel Filion
2011-07-16Support puppet client for FreeBSDGabriel Filion
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-04-22fix problem where you are not on wheezy or sid, but you install a newer versi...Micah Anderson
2011-04-22Revert "Declared the inclusion of an external package. This should be removed...Micah Anderson
2011-04-22Fix the notify call for puppet service so it will work with passengerKeith aka fugit
2011-04-22Fixed typos in the spelling of passenger in includesKeith aka fugit
2011-04-22added fqdn path call for source puppet.confKeith aka fugit
2011-04-22Declared the inclusion of an external package. This should be removed for pub...Keith aka fugit
2011-04-13removed errant spaceKeith aka fugit
2011-04-13updated allow insatll of puppetmaster on squeeze. This addresses theKeith aka fugit
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
2011-01-11fix dependency error for the /etc/cron.d/puppetlast.cronMicah Anderson
2011-01-10fix the bc dependency (closes: #2690)Micah Anderson
2011-01-10Fix up puppet/puppetmaster status method for Debian Squeeze and Sid, updating...Micah Anderson
2011-01-10add to puppet::puppetmaster::debian a file resource to manage the /etc/defaul...Micah Anderson
2011-01-10add a $use_munin variable to give a knob to turn on/off munin graphing.Micah Anderson
2010-12-14Merge remote branch 'immerda/master' into immerdaMicah Anderson
2010-12-14add debian-specific puppetmaster service resource overrides, if not running p...Micah Anderson
2010-11-29by default runy it only once dailymh
2010-11-29replace puppetlast with much more improved versionmh
2010-11-28add the possibility to clean the individual node client buckets.Micah Anderson
2010-11-28debian's puppet initscript has status functionalityMicah Anderson