diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-04 11:41:01 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-04 11:41:01 -0300 |
commit | a3ad3d98598e4da55e569340120f46869b917540 (patch) | |
tree | a09ecebdf6de154bb3f4546a2e379524e6ba33ad /manifests/base/host.pp | |
parent | 4aee481e4f0bceaeadbceb3a0f1553091fea37df (diff) | |
download | puppet-nodo-a3ad3d98598e4da55e569340120f46869b917540.tar.gz puppet-nodo-a3ad3d98598e4da55e569340120f46869b917540.tar.bz2 |
Cleaning up nodo::subsystem::monitor
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 |