summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-10-07 12:58:36 -0400
committerMicah Anderson <micah@riseup.net>2009-10-07 12:58:36 -0400
commitde3f312146da30638e77e2e4d718983b71b87626 (patch)
tree57bfeee1e2479eca3e17fe424cb0520660a57b3d /manifests
parent252f0d2296e0d5cda6bce2e92b510271ebd4e788 (diff)
remove the stunnel.conf pieces from the service definitions
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 7fd770d..f3fa0d2 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -79,7 +79,7 @@ class stunnel::base {
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 /etc/stunnel/stunnel.conf!6!5!proc"; } }
+ default: { nagios::service { "stunnel": check_command => "nagios-stat-proc!/usr/bin/stunnel4!6!5!proc"; } }
}
}
}
@@ -101,7 +101,7 @@ class stunnel::debian inherits stunnel::linux {
Service[stunnel] {
name => 'stunnel4',
- pattern => '/usr/bin/stunnel4 /etc/stunnel/stunnel.conf',
+ pattern => '/usr/bin/stunnel4',
}
# make the /etc/default/stunnel configurable with a variable