diff options
-rw-r--r-- | manifests/munin.pp | 4 |
1 files changed, 2 insertions, 2 deletions
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, } } |