From: Stephen Gran Date: Tue, 21 Jul 2009 13:30:33 +0000 (+0100) Subject: oopsie X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=2df2f8a253a6905b3127f42230f10d9f2ba45cfe;p=mirror%2Fdsa-puppet.git oopsie Signed-off-by: Stephen Gran --- diff --git a/files/etc/cron.d/dsa-puppet-stuff b/files/etc/cron.d/dsa-puppet-stuff index be16af117..9ee271786 100644 --- a/files/etc/cron.d/dsa-puppet-stuff +++ b/files/etc/cron.d/dsa-puppet-stuff @@ -1,3 +1,3 @@ SHELL=/bin/bash @hourly root [ ! -d /var/cache/dsa ] || touch /var/cache/dsa/cron.alive -34 */4 * * * root [ ! -x /usr/sbin/puppet ] || ( sleep $(( $RANDOM % 3600 )) && /usr/sbin/puppet -w 5 --factsync -t ) +34 */4 * * * root [ ! -x /usr/sbin/puppet ] || ( sleep $(( $RANDOM \% 3600 )) && /usr/sbin/puppet -w 5 --factsync -t )