we no longer need --factsync
authorStephen Gran <steve@lobefin.net>
Sat, 5 Feb 2011 12:52:50 +0000 (12:52 +0000)
committerStephen Gran <steve@lobefin.net>
Sat, 5 Feb 2011 12:52:50 +0000 (12:52 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/debian-org/files/dsa-puppet-stuff.cron

index 5bbf6c4..555cdf5 100644 (file)
@@ -1,3 +1,3 @@
 SHELL=/bin/bash
 @hourly  root [ ! -d /var/cache/dsa ] || touch /var/cache/dsa/cron.alive
-34 */4 * * * root if [ -x /usr/sbin/puppetd ]; then sleep $(( $RANDOM \% 3600 )); if [ -x /usr/bin/timeout ]; then TO="timeout 3600"; else TO=""; fi; $TO /usr/sbin/puppetd --factsync -o --no-daemonize 2>&1 | grep -v 'v6: error fetching interface information: Device not found' ; fi
+34 */4 * * * root if [ -x /usr/sbin/puppetd ]; then sleep $(( $RANDOM \% 3600 )); if [ -x /usr/bin/timeout ]; then TO="timeout 3600"; else TO=""; fi; $TO /usr/sbin/puppetd -o --no-daemonize 2>&1 | grep -v 'v6: error fetching interface information: Device not found' ; fi