From 55c61cf9ab8752663bdce0604ca4d7ef6647142f Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 7 Aug 2010 01:25:15 +0200 Subject: improve readme --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README') diff --git a/README b/README index 1d3c9f1..72d5d6e 100644 --- a/README +++ b/README @@ -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 * * * *" -- cgit v1.2.3