summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2015-08-28update README to be more accurate for how the module actually worksMicah Anderson
2015-02-24Merge branch 'master' of git://git.puppet.immerda.ch/module-puppetJerome Charaoui
Conflicts: files/master/config.ru files/master/puppet.conf manifests/base.pp manifests/centos.pp manifests/cron.pp manifests/cron/base.pp manifests/cron/linux.pp manifests/debian.pp manifests/init.pp manifests/linux.pp manifests/master/linux.pp manifests/master/package/debian.pp manifests/puppetmaster/base.pp manifests/puppetmaster/centos.pp manifests/puppetmaster/checklastrun.pp manifests/puppetmaster/checklastrun/disable.pp manifests/puppetmaster/cleanup_reports.pp manifests/puppetmaster/cleanup_reports/disable.pp manifests/puppetmaster/debian.pp manifests/puppetmaster/package.pp manifests/puppetmaster/package/base.pp manifests/puppetmaster/passenger.pp
2012-09-25requirements to install puppetmaster with passengervarac
2012-07-16update README to specify that the $puppetmaster_ensure_version only works ↵Micah Anderson
for debian
2012-07-16minor README language fixMicah Anderson
2012-07-16add information to README about specifying versionsMicah Anderson
2012-06-272.7 underscore rename: site-puppetMicah Anderson
2012-06-08new style for 2.7mh
2011-07-07README typomh
2011-07-07implement setting reports cleanup dir the old waymh
2011-07-07Revert "migrate cleanup_reports to parametrized classes as this makes it ↵mh
much more configurable" This reverts commit 0f4718f062f7419092f69dcdd951339a466a79b8. Unfortuantely due to puppet bug #5517 we currently can't do it that nice so we need to hack around things https://projects.puppetlabs.com/issues/5517
2011-07-07migrate cleanup_reports to parametrized classes as this makes it much more ↵mh
configurable
2011-01-11clarify how storeconfigs are setup in the READMEMicah Anderson
2011-01-10update README to reflect the module pre-requirements needed for ↵Micah Anderson
puppet::puppetmaster::storeconfigs
2011-01-10add information about nginx/mongrel modules that are needed for ↵Micah Anderson
$puppetmaster_mode = cluster
2011-01-10add a $use_munin variable to give a knob to turn on/off munin graphing.Micah Anderson
add two new munin graphs for puppetmaster: one to graph the memory usage of the running puppetmasters; and one to graph the average compile time
2010-12-14README changes: . Remove depends on 'bc' module requirement . Language ↵Micah Anderson
fixes, and clarification of $puppet_crontime cron field . add clientbucket_cleanup . note that the passenger module is a needed dependency if you set that variable . note dependency for storedconfigs
2010-11-29update READMEmh
2010-08-07improve documentation for puppet::cronmh
2010-08-07improve checklastrun scriptmh
2010-08-07improve readmemh
2010-08-06make the cleanup of reports configurablemh
We can now either disable reports cleanup or set the amount of days reports should be kept. By default we still cleanup reports after 30 days.
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-03-07README, added $puppet_crontime to tune how often a client gets updatesnadir
2010-02-10Readme: Depends onvarac
2010-01-20added a simple README, tbc...varac