diff options
author | mh <mh@immerda.ch> | 2010-08-07 01:25:15 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-08-07 01:25:15 +0200 |
commit | 55c61cf9ab8752663bdce0604ca4d7ef6647142f (patch) | |
tree | 065e4f5844edc448dce8e879a3e4a156af39347f /README | |
parent | a925020c832b6a6c03cada268e47a98f934f48cf (diff) |
improve readme
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -13,7 +13,14 @@ Depends on Modules - bc Usage +===== + +The module currently looks for values on different variables to adjust +configuration of the master. + +Mode: ----- + If you want to run the puppetmaster in a non-webrick based mode, you can set $puppetmaster_mode either to: @@ -24,6 +31,9 @@ In both cases you have to setup the appropriate frontends (apache vhost configuration/nginx vhost configuration) on your own. +Reports cleanup: +--------------- + 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: @@ -31,6 +41,10 @@ values: * 'X', where X is the amount of days you want to keep reports for * false, to disable reports cleanup + +Example: +-------- + in your site.pp, i.e. : $puppet_crontime = "0,12 * * * *" |