summaryrefslogtreecommitdiff
path: root/puppet/modules/site_stunnel/manifests/client.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2014-11-20 15:22:09 -0500
committerMicah Anderson <micah@leap.se>2014-11-20 15:22:09 -0500
commit896dd69710fa24a0235fc70081a71f35adbf9af1 (patch)
tree0216da5e47addce20d68b60aab5129b540a5a5c4 /puppet/modules/site_stunnel/manifests/client.pp
parente334f10447303209ac3802436437670f45511603 (diff)
Make sure that stunnel restarts when cert/key change (#6181)
Change-Id: I5085247a87018e18e73833119ac73225afbfea1e
Diffstat (limited to 'puppet/modules/site_stunnel/manifests/client.pp')
-rw-r--r--puppet/modules/site_stunnel/manifests/client.pp6
1 files changed, 1 insertions, 5 deletions
diff --git a/puppet/modules/site_stunnel/manifests/client.pp b/puppet/modules/site_stunnel/manifests/client.pp
index 76815174..3b10ecb8 100644
--- a/puppet/modules/site_stunnel/manifests/client.pp
+++ b/puppet/modules/site_stunnel/manifests/client.pp
@@ -35,11 +35,7 @@ define site_stunnel::client (
pid => "/var/run/stunnel4/${pid}.pid",
rndfile => $rndfile,
debuglevel => $debuglevel,
- sslversion => 'TLSv1',
- subscribe => [
- Class['Site_config::X509::Key'],
- Class['Site_config::X509::Cert'],
- Class['Site_config::X509::Ca'] ];
+ sslversion => 'TLSv1';
}
site_shorewall::stunnel::client { $name: