summaryrefslogtreecommitdiff
path: root/manifests/munin.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/munin.pp')
-rw-r--r--manifests/munin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/munin.pp b/manifests/munin.pp
index b8c9e2f..af31330 100644
--- a/manifests/munin.pp
+++ b/manifests/munin.pp
@@ -5,5 +5,5 @@ class squid::munin {
munin::plugin{ 'squid_icp': }
munin::plugin{ 'squid_requests': }
munin::plugin{ 'squid_traffic': }
- munin::plugin::deploy{ 'squid_efficiency': source => "puppet://$server/squid/munin/squid_efficiency" }
+ munin::plugin::deploy{ 'squid_efficiency': source => "squid/munin/squid_efficiency" }
}