diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-20 17:14:16 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-20 17:14:16 -0200 |
commit | 656789ec7d0f4d823cea7f4e090e59e24c3687e2 (patch) | |
tree | f9b77b33670b66981445539c4e16451b93659784 /manifests/subsystems | |
parent | d9848286efd375abbf4025feb540508b0d8d6220 (diff) | |
download | puppet-nodo-656789ec7d0f4d823cea7f4e090e59e24c3687e2.tar.gz puppet-nodo-656789ec7d0f4d823cea7f4e090e59e24c3687e2.tar.bz2 |
Changing use_nagios_fqdn to use_fqdn
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/monitor.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/subsystems/monitor.pp b/manifests/subsystems/monitor.pp index 0a6734e..26ba019 100644 --- a/manifests/subsystems/monitor.pp +++ b/manifests/subsystems/monitor.pp @@ -11,8 +11,8 @@ class monitor( } if $type == 'host' or $type == 'personal' { - $use_nagios_fqdn = extlookup('use_nagios_fqdn', false) - if $use_nagios_fqdn == true { + $use_fqdn = extlookup('use_nagios_fqdn', false) + if $use_fqdn == true { include nagios::target::fqdn } else { |