From: Peter Palfrader Date: Fri, 17 Apr 2009 11:42:07 +0000 (+0200) Subject: Give puppet way more time to sync X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=95419fa6641354d5cde5964061c338914256ecfa;p=mirror%2Fdsa-puppet.git Give puppet way more time to sync --- diff --git a/modules/monit/files/puppet b/modules/monit/files/puppet index 789c67875..ab3fe14ed 100644 --- a/modules/monit/files/puppet +++ b/modules/monit/files/puppet @@ -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