From acc671d3ab179f7369d5f22bcfabe349b373e19e Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Tue, 21 Jul 2009 09:39:57 +0100 Subject: [PATCH] Run puppet from cron now Signed-off-by: Stephen Gran --- files/etc/cron.d/dsa-puppet-stuff | 1 + 1 file changed, 1 insertion(+) diff --git a/files/etc/cron.d/dsa-puppet-stuff b/files/etc/cron.d/dsa-puppet-stuff index 0d16c2ceb..4ddc565ae 100644 --- a/files/etc/cron.d/dsa-puppet-stuff +++ b/files/etc/cron.d/dsa-puppet-stuff @@ -1 +1,2 @@ @hourly root [ ! -d /var/cache/dsa ] || touch /var/cache/dsa/cron.alive +34 */4 * * * root [ ! -x /usr/sbin/puppet ] || /usr/sbin/puppet -w 5 --factsync -t -- 2.20.1