summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster
AgeCommit message (Collapse)Author
2010-08-06cleanup 'if defined' code smellmh
A new variable $puppetmaster_mode have been introduced, which should later be replaced by a class variable.
2010-08-06remove unnecessary service (cron) notificationmh
There is no need to notify the cron service after placing something in /etc/cron.d. This means that we can also remove the dependency to cron, as we don't refer to any managed resource of the cron module anymore.
2010-08-06remove unnecessary definemh
2010-08-06codestyle - whitespacemh
Only code style and whitespace formatting issues. Everything should no be in ligne.
2010-08-06merge with lavamind/mastermh
2010-07-15service-definition in shared-modules/cron is cron, not crondvarac
2010-07-15puppetd doesnt need to get notified at all, its built-invarac
2010-07-14Merge remote branch 'shared-modules/master'varac
2010-05-12need to specify root namespaceJerome Charaoui
2010-05-12depend on cron moduleJerome Charaoui
2010-05-12remove package name override, not needed anymoreJerome Charaoui
2010-05-12adapt puppet::puppetmaster::passenger to updated passenger moduleJerome Charaoui
2010-05-12storeconfigs: use new mysql::client::ruby classJerome Charaoui
2010-05-12refactor puppet::puppetmaster::packageJerome Charaoui
2010-05-11Merge commit 'nadir/master'Jerome Charaoui
2010-03-07When using Passenger, we don't need /etc/cron.d/puppetmaster.cronnadir
2010-02-17On puppet::puppetmaster::passenger apache2 needs to be restarted instead of ↵nadir
puppetmasted
2010-02-11improve puppetmaster support on debianJerome Charaoui
2010-02-10with puppet::puppetmaster::passenger, service puppetmaster restarts apache2varac
2010-02-04Allowes puppet::cron also on the puppetmaster servervarac
2010-02-03restructured a bit manifests/puppetmaster/passenger.ppvarac
2010-01-24Added puppet::puppetmaster::passenger class to enable apache/passenger supportvarac
2010-01-20changed destination from /opt/bin/puppetlast to /usr/local/binvarac
2010-01-20removed service definition for cron, which should be in an own cron-modulevarac
2010-01-20stroedconfig depends on mysql::server, for debian use libmysql-ruby debvarac
2010-01-20added debian supportvarac
2010-01-20cron reload for /etc/cron.d/puppet*, debian/ubuntu shellscripts under ↵varac
/usr/local/bin rather than /opt/bin
2009-11-14update file sources to new 0.25.x stylemh
2009-11-02recursivly updating file path to new 0.25 stylemh
2009-10-31setting correct filemodemh
2009-10-02refactor everything into its own filemh
2009-02-22not needed anymoremh
2009-01-06merged with puzzlemh
2008-12-30crons have to end with a new linemh
2008-12-27syntax checkmh
2008-12-27if we check for half a day delay, we should check every half a daymh
2008-12-27added lastrun checkmh
2008-10-01corrected inheritance ordermh
2008-07-22merged with puzzlemh
2008-07-02search pathmh
2008-07-02useless requiresmh
2008-07-02maybe fixing dependencymh
2008-07-02fixed missing bracketmh
2008-07-02grr double sublclassing is hacky, but currently don't see no other way to ↵mh
implemented this dependency
2008-07-02adding requirements, not overwritemh
2008-07-02subclassed due to overwrite restrictionsmh
2008-07-02moved cluster class due to namespacemh