summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-09-15 21:51:35 +0000
committermh <mh@immerda.ch>2008-09-15 21:51:35 +0000
commit2d85eb59b272f8c8ed5990d58c0b9857b3b068eb (patch)
tree8aee6c7abdd2e7303d64f6d559872ffbbf7b4a99 /manifests/init.pp
parent07908aee4356afd6a82707c91bc9fb1c21324514 (diff)
debian cron seems to ignore puppetd.cron files, but not puppetd files*
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
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 {