aboutsummaryrefslogtreecommitdiff
path: root/manifests/base/host.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base/host.pp')
-rw-r--r--manifests/base/host.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/base/host.pp b/manifests/base/host.pp
index f57aeb4..a2753c5 100644
--- a/manifests/base/host.pp
+++ b/manifests/base/host.pp
@@ -39,8 +39,7 @@ class nodo::base::host {
# Monitoring
if !defined(Class['nodo::subsystem::monitor']) {
class { 'nodo::subsystem::monitor':
- type => 'host',
- use_nagios => hiera('nodo::host::use_nagios', True),
+ type => 'host',
}
}