From 38f4fcb4f766ba6954d1aa59a03d4a6f76584b8f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 7 Nov 2014 11:48:53 -0200 Subject: Fix apcupsd_ww paths --- manifests/munin.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') diff --git a/manifests/munin.pp b/manifests/munin.pp index ef01a15..84e9936 100644 --- a/manifests/munin.pp +++ b/manifests/munin.pp @@ -7,8 +7,8 @@ class apcupsd::munin( } # From http://munin-monitoring.org/browser/munin-contrib/plugins/ups/apcupsd_ww - munin::plugin::deploy { 'apc_ww': - source => "apcupsd/munin/apc_nis", + munin::plugin::deploy { 'apcupsd_ww': + source => "apcupsd/munin/apcupsd_ww", ensure => $ensure, } } -- cgit v1.2.3