diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-07 17:39:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-07 17:39:58 -0300 |
commit | fabe96ae81e169905e18bd5ffbc87efb297750b9 (patch) | |
tree | b9712b5ba26cc3dd1429e2d9aa5d88e39f8c9470 | |
parent | fa6f26076d4762118544467196623d36117f1607 (diff) | |
download | puppet-nodo-fabe96ae81e169905e18bd5ffbc87efb297750b9.tar.gz puppet-nodo-fabe96ae81e169905e18bd5ffbc87efb297750b9.tar.bz2 |
Removing some rrdcached service dependencies
-rw-r--r-- | manifests/subsystem/monitor/master.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/monitor/master.pp b/manifests/subsystem/monitor/master.pp index 2d05e8e..d302c33 100644 --- a/manifests/subsystem/monitor/master.pp +++ b/manifests/subsystem/monitor/master.pp @@ -37,6 +37,6 @@ class nodo::subsystem::monitor::master { service { 'rrdcached': ensure => $service, - require => [ Package['rrdcached'], User['munin'], Group['munin'] ], + require => Package['rrdcached'], } } |