Better (quieter) puppet options
authorStephen Gran <steve@lobefin.net>
Tue, 21 Jul 2009 16:52:05 +0000 (17:52 +0100)
committerStephen Gran <steve@lobefin.net>
Tue, 21 Jul 2009 16:52:05 +0000 (17:52 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
files/etc/cron.d/dsa-puppet-stuff

index 3750093..72724ee 100644 (file)
@@ -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/puppetd ] || ( sleep $(( $RANDOM \% 3600 )) && /usr/sbin/puppetd -w 5 --factsync -t )
+34 */4 * * * root [ ! -x /usr/sbin/puppetd ] || ( sleep $(( $RANDOM \% 3600 )) && /usr/sbin/puppetd --factsync -o --no-daemonize )