From 557dfacf629e37e2e10b79da2ccddfe38b23bfa0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 20 Jan 2013 17:53:06 -0200 Subject: Removing quotes for default parameters at extlookup calls --- manifests/subsystems/monitor.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/subsystems/monitor.pp') diff --git a/manifests/subsystems/monitor.pp b/manifests/subsystems/monitor.pp index e100781..6d3b5aa 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', 'false') + $use_fqdn = extlookup('use_nagios_fqdn', false) ) { if $use_nagios != false { -- cgit v1.2.3