summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-07 01:25:15 +0200
committermh <mh@immerda.ch>2010-08-07 01:25:15 +0200
commit55c61cf9ab8752663bdce0604ca4d7ef6647142f (patch)
tree065e4f5844edc448dce8e879a3e4a156af39347f /README
parenta925020c832b6a6c03cada268e47a98f934f48cf (diff)
improve readme
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
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 * * * *"