diff options
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 * * * *" |