From a3ad3d98598e4da55e569340120f46869b917540 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 4 Jun 2013 11:41:01 -0300 Subject: Cleaning up nodo::subsystem::monitor --- manifests/base/host.pp | 4 +--- manifests/base/vserver.pp | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'manifests/base') diff --git a/manifests/base/host.pp b/manifests/base/host.pp index a2753c5..f9af2e1 100644 --- a/manifests/base/host.pp +++ b/manifests/base/host.pp @@ -38,9 +38,7 @@ class nodo::base::host { # Monitoring if !defined(Class['nodo::subsystem::monitor']) { - class { 'nodo::subsystem::monitor': - type => 'host', - } + class { 'nodo::subsystem::monitor': } } # Munin configuration diff --git a/manifests/base/vserver.pp b/manifests/base/vserver.pp index 68392ec..c8fbd71 100644 --- a/manifests/base/vserver.pp +++ b/manifests/base/vserver.pp @@ -28,9 +28,7 @@ class nodo::base::vserver { } # Nagios configuration - class { 'nodo::subsystem::monitor': - type => 'vserver', - } + class { 'nodo::subsystem::monitor': } } } -- cgit v1.2.3