diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-07 18:45:29 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-07 18:45:29 -0300 |
commit | 22457b8d99079d453bddc610d63cb578c71ee4c0 (patch) | |
tree | f948dbe61c2cd3039b018049c96bf2c2fae61698 | |
parent | 0722982a293c2f3da0e703e375ded9604d4957f6 (diff) | |
download | puppet-nodo-22457b8d99079d453bddc610d63cb578c71ee4c0.tar.gz puppet-nodo-22457b8d99079d453bddc610d63cb578c71ee4c0.tar.bz2 |
Formatting
-rw-r--r-- | manifests/subsystem/monitor/master.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/monitor/master.pp b/manifests/subsystem/monitor/master.pp index 9056359..ea3d610 100644 --- a/manifests/subsystem/monitor/master.pp +++ b/manifests/subsystem/monitor/master.pp @@ -7,7 +7,7 @@ class nodo::subsystem::monitor::master { require => Package['nagios'], } - $main = hiera('nodo::role::master::main', false) + $main = hiera('nodo::role::master::main', false) $ensure = $main ? { true => 'present', default => 'absent', |