]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Give puppet way more time to sync
authorPeter Palfrader <peter@palfrader.org>
Fri, 17 Apr 2009 11:42:07 +0000 (13:42 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 17 Apr 2009 11:42:07 +0000 (13:42 +0200)
modules/monit/files/puppet

index 789c67875f1715ca508f93a0f836394de01fcd9f..ab3fe14ed75bc65eab41bcb76b4e320a1ec41389 100644 (file)
@@ -11,6 +11,6 @@ check process puppetd with pidfile /var/run/puppet/puppetd.pid
 
 check file puppetstate
     with path /var/lib/puppet/state/state.yaml
-    if timestamp > 45 minutes for 3 cycles then exec "/etc/init.d/puppet stop"
+    if timestamp > 90 minutes for 9 cycles then exec "/etc/init.d/puppet stop"
     depends on puppetd