From ce6a688e30db5e1833a14cadb7d4709a15964b08 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 2 Oct 2009 18:02:20 -0400 Subject: fix the client variable configuration in the template also fix the service depending on the unnecessary stunnel.conf --- manifests/init.pp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 6693bc2..bdf6346 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -73,8 +73,7 @@ class stunnel::base { name => 'stunnel', enable => true, ensure => running, - hasstatus => false, - require => File["/etc/stunnel/stunnel.conf"]; + hasstatus => false; } if $use_nagios { @@ -91,9 +90,6 @@ class stunnel::linux inherits stunnel::base { package { 'stunnel': ensure => $stunnel_ensure_version } - File[stunnel_config]{ - require => Package[stunnel] - } } -- cgit v1.2.3