From: Silvio Rhatto Date: Wed, 5 Jun 2013 18:57:34 +0000 (-0300) Subject: Minor apc_nis munin update X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=52564d8fcc333ebe2ae5f02a6fa5b381cd5f3797;p=puppet-nodo.git Minor apc_nis munin update --- 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, } }