summaryrefslogtreecommitdiff
path: root/manifests/linux.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/linux.pp')
-rw-r--r--manifests/linux.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/linux.pp b/manifests/linux.pp
index b2359d2..e752788 100644
--- a/manifests/linux.pp
+++ b/manifests/linux.pp
@@ -14,6 +14,10 @@ class puppet::linux inherits puppet::base {
require => Package[puppet],
}
+ file { '/etc/cron.d/puppetd':
+ ensure => absent
+ }
+ # For backwards compatibility, remove this so that the cron is not duplicated
file { '/etc/cron.d/puppetd.cron':
ensure => absent
}