From 616a76609b9e03223328d3dfb66c2334bade9464 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 13 Apr 2013 15:21:45 -0300 Subject: Removing duplicate definition for nodo::subsystem::monitor --- manifests/subsystem/monitor.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/subsystem') diff --git a/manifests/subsystem/monitor.pp b/manifests/subsystem/monitor.pp index d7fa720..015f43c 100644 --- a/manifests/subsystem/monitor.pp +++ b/manifests/subsystem/monitor.pp @@ -11,7 +11,7 @@ class nodo::subsystem::monitor( nagios::service::ping { "${::fqdn}": } } - if $type == 'host' or $type == 'personal' { + if $type == 'host' { if $use_fqdn == true { include nagios::target::fqdn } -- cgit v1.2.3