diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-05 16:13:18 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-05 16:13:18 -0300 |
commit | 4494d7e756686e57560d619e6338211726f13c17 (patch) | |
tree | 9b88451f1bb366c10d57db8c6add549a4a3f13a0 | |
parent | e2f4c21e866a949e69a224dd78a39c9653dc1d74 (diff) | |
download | puppet-nodo-4494d7e756686e57560d619e6338211726f13c17.tar.gz puppet-nodo-4494d7e756686e57560d619e6338211726f13c17.tar.bz2 |
Drop apcupsd::munin support
-rw-r--r-- | manifests/subsystem/ups.pp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/manifests/subsystem/ups.pp b/manifests/subsystem/ups.pp index 41662a5..5fa57ab 100644 --- a/manifests/subsystem/ups.pp +++ b/manifests/subsystem/ups.pp @@ -24,13 +24,6 @@ class nodo::subsystem::ups( minutes => $minutes, ensure => $ensure, } - - class { 'apcupsd::munin': - ensure => $munin ? { - true => present, - default => absent, - } - } } } } |