Again, dammit
[mirror/dsa-puppet.git] / files / etc / cron.d / dsa-puppet-stuff
index 0d16c2c..3750093 100644 (file)
@@ -1 +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 )