From 591ff480a44bbbd040a102d4941f53a8ba29f8cb Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 1 Dec 2012 14:35:54 +0100 Subject: run as munin group --- manifests/munin.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/munin.pp b/manifests/munin.pp index ea41b0e..83146ef 100644 --- a/manifests/munin.pp +++ b/manifests/munin.pp @@ -8,7 +8,7 @@ class ejabberd::munin { munin::plugin{['ejabberd_users','ejabberd_connections','ejabberd_registrations']: ensure => 'ejabberd_', require => Munin::Plugin::Deploy['ejabberd_'], - config => "env.vhosts ${domains}"; + config => "group munin\nenv.vhosts ${domains}"; } File { owner => root, -- cgit v1.2.3