]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
be a little quieter
authorStephen Gran <steve@lobefin.net>
Mon, 5 Apr 2010 16:45:08 +0000 (17:45 +0100)
committerStephen Gran <steve@lobefin.net>
Mon, 5 Apr 2010 16:45:08 +0000 (17:45 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
files/etc/cron.d/dsa-puppet-stuff

index f3aa1a5baf697d7182211060510650697dc74866..5bbf6c443fd0fe13c1e10f25fda35accbf0e971d 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 ; 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 --factsync -o --no-daemonize 2>&1 | grep -v 'v6: error fetching interface information: Device not found' ; fi