diff options
Diffstat (limited to 'manifests/subsystems/monitor.pp')
-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 { |