diff options
author | mh <mh@immerda.ch> | 2010-08-06 22:49:39 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-08-06 22:49:39 +0200 |
commit | ecb858cb19ebb04c8318b2e0d5755e4c9fdcf76b (patch) | |
tree | 6cc0a0d09908f6cd58bc2f3606cc6fe5a8730d93 /README | |
parent | f22235b5eda08f3d5503162484c9e2214bc78ecd (diff) |
make the cleanup of reports configurable
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.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -24,6 +24,13 @@ In both cases you have to setup the appropriate frontends (apache vhost configuration/nginx vhost configuration) on your own. +By default we clean up reports older than 30 days. If you want to change +that, you can set $puppetmaster_cleanup_reports to one of the following +values: + +* 'X', where X is the amount of days you want to keep reports for +* false, to disable reports cleanup + in your site.pp, i.e. : $puppet_crontime = "0,12 * * * *" |