From 068cbf2e380ab72fa70452eb79d4c1fe7519c102 Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 26 Jan 2009 22:42:17 +0000 Subject: correct path for plugin --- manifests/munin.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/munin.pp b/manifests/munin.pp index 1ad3e08..e415419 100644 --- a/manifests/munin.pp +++ b/manifests/munin.pp @@ -3,7 +3,7 @@ class ejabberd::munin { '': { $ejabberd_domains = $fqdn } } munin::plugin::deploy{'ejabberd_users': - source => "puppet://$server/ejabberd/munin/ejabberd_", + source => "ejabberd/munin/ejabberd_", config => "env.vhosts ${$ejabberd_domains}\nuser root" } munin::plugin{'ejabberd_connections': -- cgit v1.2.3