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/host.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/host.pp') diff --git a/manifests/host.pp b/manifests/host.pp index cae28ce..f2ad776 100644 --- a/manifests/host.pp +++ b/manifests/host.pp @@ -20,7 +20,7 @@ class nodo::host inherits nodo { # Monitoring class { 'monitor': type => 'host', - use_nagios => extlookup('host_use_nagios', 'true'), + use_nagios => extlookup('host_use_nagios', true), } # Time configuration -- cgit v1.2.3