summaryrefslogtreecommitdiff
path: root/manifests
AgeCommit message (Expand)Author
2013-01-02added service dependency for cronpuppet_cronvarac
2013-01-02linted cron/linux.ppvarac
2013-01-02removed unnesseccary stuff for absent puppetd.cronvarac
2013-01-02linted linux.ppvarac
2013-01-02linted checklastrun.ppvarac
2012-08-22implement fixes from #3514Micah Anderson
2012-08-22switch to $::operatingsystem as suggested by ng in https://labs.riseup.net/co...Micah Anderson
2012-08-14forgot closing bracevarac
2012-08-14debian specific config.ru location for use with puppetmaster-passenger packagevarac
2012-08-10Fix puppet attempting to change the puppet service from 'stopped' to running ...Micah Anderson
2012-08-09Because passenger mode doesn't have its own daemon, it was a hack before to h...Micah Anderson
2012-07-17Temporarily disabled Package['puppetmaster']varac
2012-07-06added puppetmaster service def. for passengervarac
2012-07-06notify_passenger_puppetmaster: do apache2 reloadvarac
2012-04-12Merge remote-tracking branch 'lelutin/freebsd' into sharedMicah Anderson
2012-04-12Fix probable typos.intrigeri
2012-04-12implement fix for cron file being put in place even when you do not include p...Micah Anderson
2012-04-08Fail when trying to ensure an installed version on FreeBSDGabriel Filion
2012-03-01Revert "the debian-specific case doesn't work for squeeze, so re-factor the w...intrigeri
2011-08-23Add partial freebsd cron job supportGabriel Filion
2011-08-23Move $puppet_default_config_dir to the puppet classGabriel Filion
2011-08-23Include the OS-specific class for FreeBSDGabriel Filion
2011-08-23FreeBSD: install packages via puppet itselfGabriel Filion
2011-07-16Support FreeBSD for the puppet masterGabriel Filion
2011-07-16Support puppet client for FreeBSDGabriel Filion
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