From 656789ec7d0f4d823cea7f4e090e59e24c3687e2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 20 Jan 2013 17:14:16 -0200 Subject: Changing use_nagios_fqdn to use_fqdn --- manifests/subsystems/monitor.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') 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 { -- cgit v1.2.3