From 0692e4ae0cc053031eaa8f9b097b90646df737a8 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 15 Jul 2010 19:43:40 +0200 Subject: puppetd doesnt need to get notified at all, its built-in --- manifests/cron/base.pp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'manifests/cron') 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 -- cgit v1.2.3