summaryrefslogtreecommitdiff
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-22Merge branch 'leap' into tmpMicah 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-10Fix puppet attempting to change the puppet service from 'stopped' to running ...Micah Anderson
2012-08-10fix puppetmaster service definition for passengerMicah 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
2012-02-15Fix lastruncheck.intrigeri
2012-02-15Merge commit '05a9d526ab7a23dea30058dbb3ac21a9bb521dab'Micah Anderson
2011-08-23Add partial freebsd cron job supportGabriel Filion
2011-08-23Move $puppet_default_config_dir to the puppet classGabriel Filion
2011-08-23Fix ssldir value for FreeBSD configGabriel 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-04-17no need to log to the console as we don't use puppets logging featuremh
2011-04-03find not searchmh
2011-04-03fix lastruncheck to be compatible for 2.6.7mh
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-28add missing redirection to /dev/null for the first puppet restart: #2690Micah 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-20treat case where host is not in stored configs so farmh
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