From adce830e8baf197cae3c4493f2b77e237643ecfa Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 7 Aug 2010 02:03:56 +0200 Subject: improve documentation for puppet::cron --- README | 15 ++++++++++++--- 1 file 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: -------- -- cgit v1.2.3