diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-05 15:57:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-05 15:57:34 -0300 |
commit | 52564d8fcc333ebe2ae5f02a6fa5b381cd5f3797 (patch) | |
tree | 12da88f6abb51f77375971fefd44ae00a7864a9c /manifests/subsystem | |
parent | 2ef200c670d58681ba16f7a530d4c6b5f416092b (diff) | |
download | puppet-nodo-52564d8fcc333ebe2ae5f02a6fa5b381cd5f3797.tar.gz puppet-nodo-52564d8fcc333ebe2ae5f02a6fa5b381cd5f3797.tar.bz2 |
Minor apc_nis munin update
Diffstat (limited to 'manifests/subsystem')
-rw-r--r-- | manifests/subsystem/ups.pp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/subsystem/ups.pp b/manifests/subsystem/ups.pp index 9802d26..915bc40 100644 --- a/manifests/subsystem/ups.pp +++ b/manifests/subsystem/ups.pp @@ -23,9 +23,11 @@ class nodo::subsystem::ups( } # Graph local UPS - munin::plugin { apc_nis: + munin::plugin { 'apc_nis': ensure => $nisip ? { '127.0.0.1' => present, + '0.0.0.0' => present, + 'localhost' => present, default => absent, } } |