From fb6d9071efc4ebc47d34ed0ab263e55d5ed143a6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 21 Jan 2013 18:51:52 -0200 Subject: Testing workaround for hiera issue #10590 --- 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 a1a8c67..0d27d7a 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 => hiera('host_use_nagios', true), + use_nagios => hiera('host_use_nagios', True), } } -- cgit v1.2.3