summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README15
1 files changed, 12 insertions, 3 deletions
diff --git a/README b/README
index c8e4a9b..087a24e 100644
--- a/README
+++ b/README
@@ -18,8 +18,18 @@ Usage
The module currently looks for values on different variables to adjust
configuration of the master.
-Mode:
------
+Run puppet by cron:
+-------------------
+
+By default puppet runs as own daemon. However, you might want to run
+puppet by cron. To do this, you have to include `puppet::cron` instead
+of `puppet`. By default puppet will run twice an hour, spread amongst
+the half an hour depending on the host's fqdn. You can tweak that setting
+by setting $puppet_crontime
+
+
+Puppetmaster Mode:
+------------------
If you want to run the puppetmaster in a non-webrick based
mode, you can set $puppetmaster_mode either to:
@@ -53,7 +63,6 @@ $puppetmaster_checklastrun
by cron. Default: 40 10,22 * * *
* false: to disable check for last run
-
Example:
--------