summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-18 00:03:18 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-02-18 00:03:18 -0200
commitaf8c7b29e276d6b721fc5f51957f6d1f49408262 (patch)
tree1101e3398c3e55234f53c681504430b4217549b0
parent551edf28237975abbf7e9814c7920be2dba415c7 (diff)
downloadpuppet-puppet-af8c7b29e276d6b721fc5f51957f6d1f49408262.tar.gz
puppet-puppet-af8c7b29e276d6b721fc5f51957f6d1f49408262.tar.bz2
Increasing puppet 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 78e02c7..c098142 100644
--- a/manifests/puppetd.pp
+++ b/manifests/puppetd.pp
@@ -6,7 +6,7 @@ class puppetd inherits puppet {
}
case $puppetd_runinterval {
- '': { $puppetd_runinterval = "1800" }
+ '': { $puppetd_runinterval = "3600" }
}
package { "puppet":