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