summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {