summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-10-01 12:33:50 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-10-01 12:33:50 -0300
commit8f6770b7acadf63899b55271fff588ad7aeb2db5 (patch)
treebbce315d4a2748c850295a8ede53bd0d266e47ca
parent8645c26cba438b93737da57f9486a5ea50a46b7b (diff)
downloadpuppet-puppet-8f6770b7acadf63899b55271fff588ad7aeb2db5.tar.gz
puppet-puppet-8f6770b7acadf63899b55271fff588ad7aeb2db5.tar.bz2
Increasing run interval
-rw-r--r--manifests/puppetd.pp2
1 files changed, 1 insertions, 1 deletions
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 {