]> gitweb.fluxo.info Git - puppet-ejabberd.git/commitdiff
run as munin group
authormh <mh@immerda.ch>
Sat, 1 Dec 2012 13:35:54 +0000 (14:35 +0100)
committermh <mh@immerda.ch>
Sat, 1 Dec 2012 13:35:54 +0000 (14:35 +0100)
manifests/munin.pp

index ea41b0e26ae1044ad269dcd5632f2507fd26a527..83146efdd86e9e56324d281822c4ea5b5c7eeb7a 100644 (file)
@@ -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,