From 9489428f3dc28b48870d8b9bfda04e90f67d9017 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 7 Mar 2014 16:58:06 -0300 Subject: Service rrdcached requires munin user and group --- manifests/subsystem/monitor/master.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/subsystem/monitor/master.pp') 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'] ], } } -- cgit v1.2.3