From: Silvio Rhatto Date: Sun, 20 Jan 2013 19:14:16 +0000 (-0200) Subject: Changing use_nagios_fqdn to use_fqdn X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=656789ec7d0f4d823cea7f4e090e59e24c3687e2;p=puppet-nodo.git Changing use_nagios_fqdn to use_fqdn --- 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 {