From 11c915f80897fc788f0ccc3a086c06b0c437c1f6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 7 Nov 2014 11:57:36 -0200 Subject: TODO: disable apc_nis --- manifests/munin.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/munin.pp b/manifests/munin.pp index 84e9936..ad6d6d4 100644 --- a/manifests/munin.pp +++ b/manifests/munin.pp @@ -1,6 +1,7 @@ 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, -- cgit v1.2.3