From 051c4c67ca153f7f936ba9d761846390f580d7b7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 3 Jun 2013 16:48:03 -0300 Subject: Removing nodo::vserver::use_nagios and nodo::host::use_nagios lookups --- manifests/base/host.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'manifests/base/host.pp') diff --git a/manifests/base/host.pp b/manifests/base/host.pp index f57aeb4..a2753c5 100644 --- a/manifests/base/host.pp +++ b/manifests/base/host.pp @@ -39,8 +39,7 @@ class nodo::base::host { # Monitoring if !defined(Class['nodo::subsystem::monitor']) { class { 'nodo::subsystem::monitor': - type => 'host', - use_nagios => hiera('nodo::host::use_nagios', True), + type => 'host', } } -- cgit v1.2.3