From: Stephen Gran Date: Fri, 12 Jun 2009 16:33:07 +0000 (+0100) Subject: Oops, wrong dependency X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=7a47b38b3e8a6dd0ff150e5d339ae93d53e1ec9b;p=mirror%2Fdsa-puppet.git Oops, wrong dependency Signed-off-by: Stephen Gran --- diff --git a/modules/monit/files/puppet b/modules/monit/files/puppet index 589ecbcf1..bed0a14b6 100644 --- a/modules/monit/files/puppet +++ b/modules/monit/files/puppet @@ -22,4 +22,4 @@ check process cron with pidfile /var/run/crond.pid check file cronalive with path /var/cache/dsa/cron.alive if timestamp > 120 minutes for 5 cycles then exec "/etc/init.d/cron stop" - depends on crond + depends on cron