From 5c16ded5b603f6360ca65b78c54a8c27927196ae Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 20 Jan 2013 19:29:18 -0200 Subject: Switching to hiera --- 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 219c783..082abe6 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'), + use_nagios => hiera('host_use_nagios', true), } } -- cgit v1.2.3