]> gitweb.fluxo.info Git - puppet-puppet.git/commitdiff
Increasing puppet run interval
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 18 Feb 2011 02:03:18 +0000 (00:03 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 18 Feb 2011 02:03:18 +0000 (00:03 -0200)
manifests/puppetd.pp

index 78e02c71d2d79ea8a20e6969173bb5e1066e9a3d..c098142348180cec867de46e291ff26cfac038f4 100644 (file)
@@ -6,7 +6,7 @@ class puppetd inherits puppet {
   }
 
   case $puppetd_runinterval {
-    '': { $puppetd_runinterval = "1800" }
+    '': { $puppetd_runinterval = "3600" }
   }
 
   package { "puppet":