aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/ups.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-06-05 15:57:34 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-06-05 15:57:34 -0300
commit52564d8fcc333ebe2ae5f02a6fa5b381cd5f3797 (patch)
tree12da88f6abb51f77375971fefd44ae00a7864a9c /manifests/subsystem/ups.pp
parent2ef200c670d58681ba16f7a530d4c6b5f416092b (diff)
downloadpuppet-nodo-52564d8fcc333ebe2ae5f02a6fa5b381cd5f3797.tar.gz
puppet-nodo-52564d8fcc333ebe2ae5f02a6fa5b381cd5f3797.tar.bz2
Minor apc_nis munin update
Diffstat (limited to 'manifests/subsystem/ups.pp')
-rw-r--r--manifests/subsystem/ups.pp4
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,
}
}