]> gitweb.fluxo.info Git - puppet-puppet.git/commitdiff
Increasing run interval
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 1 Oct 2011 15:33:50 +0000 (12:33 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 1 Oct 2011 15:33:50 +0000 (12:33 -0300)
manifests/puppetd.pp

index 297bd89d4215be047253860f3ad06bf4a72aa0bb..c3c7e06012f1cba93fca6aeaa85f7296cd9c4dd7 100644 (file)
@@ -6,7 +6,7 @@ class puppetd inherits puppet {
   }
 
   case $puppetd_runinterval {
-    '': { $puppetd_runinterval = "3600" }
+    '': { $puppetd_runinterval = "7200" }
   }
 
   case $puppetd_configtimeout {