From 78af03ff5b22b6fae4a09fe5c3066f9e6cd07789 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 6 Jun 2013 22:16:09 -0300 Subject: Minor fix --- manifests/base/plug.pp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifests/base/plug.pp b/manifests/base/plug.pp index 6add09c..9c386ca 100644 --- a/manifests/base/plug.pp +++ b/manifests/base/plug.pp @@ -16,9 +16,7 @@ class nodo::base::plug { # Monitoring if !defined(Class['nodo::subsystem::monitor']) { - class { 'nodo::subsystem::monitor': - type => 'host', - } + class { 'nodo::subsystem::monitor': } } # Munin configuration -- cgit v1.2.3