From 9971b249bced3460f05dbd99b58c87a200993e57 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Tue, 21 Jul 2009 17:52:05 +0100 Subject: [PATCH] Better (quieter) puppet options Signed-off-by: Stephen Gran --- files/etc/cron.d/dsa-puppet-stuff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/etc/cron.d/dsa-puppet-stuff b/files/etc/cron.d/dsa-puppet-stuff index 37500933..72724ee0 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/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 ) -- 2.39.2