From: Silvio Rhatto Date: Fri, 7 Mar 2014 21:39:35 +0000 (-0300) Subject: Fix on nodo::subsystem::monitor::master X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0722982a293c2f3da0e703e375ded9604d4957f6;p=puppet-nodo.git Fix on nodo::subsystem::monitor::master --- diff --git a/manifests/subsystem/monitor/master.pp b/manifests/subsystem/monitor/master.pp index dc52391..9056359 100644 --- a/manifests/subsystem/monitor/master.pp +++ b/manifests/subsystem/monitor/master.pp @@ -28,7 +28,10 @@ class nodo::subsystem::monitor::master { group => root, source => 'puppet:///modules/nodo/etc/default/rrdcached', require => Package['rrdcached'], - notify => Service['rrdcached'], + notify => $main ? { + true => Service['rrdcached'], + default => undef, + }, } if $main == true {