From de3f312146da30638e77e2e4d718983b71b87626 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 7 Oct 2009 12:58:36 -0400 Subject: remove the stunnel.conf pieces from the service definitions --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') 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 -- cgit v1.2.3