From: Silvio Rhatto Date: Fri, 7 Mar 2014 19:58:06 +0000 (-0300) Subject: Service rrdcached requires munin user and group X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9489428f3dc28b48870d8b9bfda04e90f67d9017;p=puppet-nodo.git Service rrdcached requires munin user and group --- diff --git a/manifests/subsystem/monitor/master.pp b/manifests/subsystem/monitor/master.pp index 44de95b..3ea3e6b 100644 --- a/manifests/subsystem/monitor/master.pp +++ b/manifests/subsystem/monitor/master.pp @@ -27,6 +27,6 @@ class nodo::subsystem::monitor::master { service { 'rrdcached': ensure => running, - require => Package['rrdcached'], + require => [ Package['rrdcached'], User['munin'], Group['munin'] ], } }