From 71b709d92dbcb3b8e05c4ead59a20a86dec76faa Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 20 Jan 2013 18:18:39 -0200 Subject: Removing default values that should be boolean at extlookups --- 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 b9c2a6b..219c783 100644 --- a/manifests/host.pp +++ b/manifests/host.pp @@ -21,7 +21,7 @@ class nodo::host inherits nodo { if !defined('monitor') { class { 'monitor': type => 'host', - use_nagios => extlookup('host_use_nagios', 'true'), + use_nagios => extlookup('host_use_nagios'), } } -- cgit v1.2.3