diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-11-07 11:57:36 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-11-07 11:57:36 -0200 |
commit | 11c915f80897fc788f0ccc3a086c06b0c437c1f6 (patch) | |
tree | 744075443d2af61c3f49b4e686ad1e7cfee53b8b | |
parent | 38f4fcb4f766ba6954d1aa59a03d4a6f76584b8f (diff) | |
download | puppet-apcupsd-11c915f80897fc788f0ccc3a086c06b0c437c1f6.tar.gz puppet-apcupsd-11c915f80897fc788f0ccc3a086c06b0c437c1f6.tar.bz2 |
TODO: disable apc_nis
-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, |