From 2d85eb59b272f8c8ed5990d58c0b9857b3b068eb Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 15 Sep 2008 21:51:35 +0000 Subject: debian cron seems to ignore puppetd.cron files, but not puppetd files* --- manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index c8c6891..1f0446b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -96,6 +96,9 @@ class puppet::debian inherits puppet::linux { Service[puppet]{ hasstatus => false, } + File['/etc/cron.d/puppetd.cron']{ + path => '/etc/cron.d/puppetd', + } } class puppet::centos inherits puppet::linux { -- cgit v1.2.3