diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-20 19:29:18 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-20 19:29:18 -0200 |
commit | 5c16ded5b603f6360ca65b78c54a8c27927196ae (patch) | |
tree | e440cc122ce9a7cc768dd8bc780f0df09ad2ac78 /manifests/host.pp | |
parent | 71b709d92dbcb3b8e05c4ead59a20a86dec76faa (diff) | |
download | puppet-nodo-5c16ded5b603f6360ca65b78c54a8c27927196ae.tar.gz puppet-nodo-5c16ded5b603f6360ca65b78c54a8c27927196ae.tar.bz2 |
Switching to hiera
Diffstat (limited to 'manifests/host.pp')
-rw-r--r-- | manifests/host.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/host.pp b/manifests/host.pp index 219c783..082abe6 100644 --- a/manifests/host.pp +++ b/manifests/host.pp @@ -21,7 +21,7 @@ class nodo::host inherits nodo { if !defined('monitor') { class { 'monitor': type => 'host', - use_nagios => extlookup('host_use_nagios'), + use_nagios => hiera('host_use_nagios', true), } } |