From 9c4dacfb6e0d437bbad422332c836481c067efd2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 22 Jan 2013 16:22:49 -0200 Subject: Changing hiera parameters --- 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 0d27d7a..2762e91 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('nodo::host::use_nagios', True), } } -- cgit v1.2.3