summaryrefslogtreecommitdiff
path: root/manifests/linux.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/linux.pp')
-rw-r--r--manifests/linux.pp3
1 files changed, 0 insertions, 3 deletions
diff --git a/manifests/linux.pp b/manifests/linux.pp
index cfdac71..d8095f8 100644
--- a/manifests/linux.pp
+++ b/manifests/linux.pp
@@ -16,12 +16,9 @@ class puppet::linux inherits puppet::base {
require => Package[puppet],
}
- include ::cron
-
file{'/etc/cron.d/puppetd.cron':
source => [ "puppet://$server/modules/puppet/cron.d/puppetd.${operatingsystem}",
"puppet://$server/modules/puppet/cron.d/puppetd" ],
owner => root, group => 0, mode => 0644,
- notify => Service['cron'];
}
}