summaryrefslogtreecommitdiff
path: root/manifests/cron/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/cron/base.pp')
-rw-r--r--manifests/cron/base.pp8
1 files changed, 0 insertions, 8 deletions
diff --git a/manifests/cron/base.pp b/manifests/cron/base.pp
index 5fc55d2..6688c5e 100644
--- a/manifests/cron/base.pp
+++ b/manifests/cron/base.pp
@@ -5,14 +5,6 @@ class puppet::cron::base inherits puppet::base {
enable => false,
}
- if defined (puppet::puppetmaster) {}
- else {
- File['puppet_config']{
- notify => undef
- }
- }
-
-
case $operatingsystem {
debian,openbsd,ubuntu: {
#it's already disabled