From 5b22bfc8eaa6bdf0917bd303ddc83174878a199e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 7 Nov 2014 12:44:20 -0200 Subject: Disabling apcupsd_ww --- manifests/munin.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'manifests') diff --git a/manifests/munin.pp b/manifests/munin.pp index ad6d6d4..74f6947 100644 --- a/manifests/munin.pp +++ b/manifests/munin.pp @@ -1,7 +1,6 @@ class apcupsd::munin( $ensure = present ) { - # TODO: disable this in the future as apcupsd_ww is more flexible munin::plugin::deploy { 'apc_nis': source => "apcupsd/munin/apc_nis", ensure => $ensure, @@ -10,6 +9,6 @@ class apcupsd::munin( # From http://munin-monitoring.org/browser/munin-contrib/plugins/ups/apcupsd_ww munin::plugin::deploy { 'apcupsd_ww': source => "apcupsd/munin/apcupsd_ww", - ensure => $ensure, + ensure => absent, } } -- cgit v1.2.3