From: Silvio Rhatto Date: Sat, 1 Oct 2011 15:33:50 +0000 (-0300) Subject: Increasing run interval X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8f6770b7acadf63899b55271fff588ad7aeb2db5;p=puppet-puppet.git Increasing run interval --- diff --git a/manifests/puppetd.pp b/manifests/puppetd.pp index 297bd89..c3c7e06 100644 --- a/manifests/puppetd.pp +++ b/manifests/puppetd.pp @@ -6,7 +6,7 @@ class puppetd inherits puppet { } case $puppetd_runinterval { - '': { $puppetd_runinterval = "3600" } + '': { $puppetd_runinterval = "7200" } } case $puppetd_configtimeout {