From f4292c6d27817d451988694796c213a19b831000 Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 26 Jan 2009 22:20:46 +0000 Subject: using the correct munin define --- manifests/munin.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/munin.pp b/manifests/munin.pp index 81317fe..b8c9e2f 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::remoteplugin{ 'squid_efficiency': source => "puppet://$server/squid/munin/squid_efficiency" } + munin::plugin::deploy{ 'squid_efficiency': source => "puppet://$server/squid/munin/squid_efficiency" } } -- cgit v1.2.3