From: Silvio Rhatto Date: Mon, 21 Jan 2013 20:51:52 +0000 (-0200) Subject: Testing workaround for hiera issue #10590 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fb6d9071efc4ebc47d34ed0ab263e55d5ed143a6;p=puppet-nodo.git Testing workaround for hiera issue #10590 --- 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), } }