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/subsystems/monitor.pp | |
parent | 71b709d92dbcb3b8e05c4ead59a20a86dec76faa (diff) | |
download | puppet-nodo-5c16ded5b603f6360ca65b78c54a8c27927196ae.tar.gz puppet-nodo-5c16ded5b603f6360ca65b78c54a8c27927196ae.tar.bz2 |
Switching to hiera
Diffstat (limited to 'manifests/subsystems/monitor.pp')
-rw-r--r-- | manifests/subsystems/monitor.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/monitor.pp b/manifests/subsystems/monitor.pp index f4b5ccb..ee648ef 100644 --- a/manifests/subsystems/monitor.pp +++ b/manifests/subsystems/monitor.pp @@ -1,7 +1,7 @@ class monitor( $type = 'vserver', $use_nagios = true, - $use_fqdn = extlookup('use_nagios_fqdn') + $use_fqdn = hiera('use_nagios_fqdn', false) ) { if $use_nagios != false { |