diff options
Diffstat (limited to 'manifests/base/host.pp')
-rw-r--r-- | manifests/base/host.pp | 4 |
1 files changed, 1 insertions, 3 deletions
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 |