Age | Commit message (Collapse) | Author |
|
$puppetmaster_mode = cluster
|
|
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
|
|
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
|
|
|
|
|
|
|
|
|
|
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.
|
|
A new variable $puppetmaster_mode have been introduced, which should
later be replaced by a class variable.
|
|
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.
|
|
|
|
|
|
|