summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp11
1 files changed, 0 insertions, 11 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 270540d..1204909 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -24,15 +24,4 @@ class stunnel ( $ensure_version = 'present', $startboot = '1', $default_extra )
centos: { class { 'stunnel::centos': } }
default: { class { 'stunnel::default': } }
}
-
- if $use_nagios {
- case $nagios_stunnel_procs {
- false: { info("We aren't doing nagios checks for stunnel on ${::fqdn}" ) }
- default: { nagios::service
- { 'stunnel':
- check_command => 'nagios-stat-proc!/usr/bin/stunnel4!6!5!proc';
- }
- }
- }
- }
}