diff options
author | mh <mh@immerda.ch> | 2008-09-15 21:51:35 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-09-15 21:51:35 +0000 |
commit | 2d85eb59b272f8c8ed5990d58c0b9857b3b068eb (patch) | |
tree | 8aee6c7abdd2e7303d64f6d559872ffbbf7b4a99 | |
parent | 07908aee4356afd6a82707c91bc9fb1c21324514 (diff) |
debian cron seems to ignore puppetd.cron files, but not puppetd files*
-rw-r--r-- | manifests/init.pp | 3 |
1 files changed, 3 insertions, 0 deletions
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 { |