diff options
author | varac <varacanero@zeromail.org> | 2013-09-19 12:19:00 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-09-19 12:19:00 +0200 |
commit | 1ce6cb5a30c5ee73d6474ac9c1bbd4c7819d9a73 (patch) | |
tree | ce7d548ec62a5d8107433318413a1e2de361c9c8 /puppet/modules/site_couchdb | |
parent | e182d12c72743491805a3873e8b6cd804fe5394c (diff) |
only deploy x509 stuff for nodes if it existes in hiera (Feature #3875)
Diffstat (limited to 'puppet/modules/site_couchdb')
-rw-r--r-- | puppet/modules/site_couchdb/manifests/stunnel.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/modules/site_couchdb/manifests/stunnel.pp b/puppet/modules/site_couchdb/manifests/stunnel.pp index 993555cb..fbb75000 100644 --- a/puppet/modules/site_couchdb/manifests/stunnel.pp +++ b/puppet/modules/site_couchdb/manifests/stunnel.pp @@ -18,6 +18,11 @@ class site_couchdb::stunnel { $ednp_server_connect = $ednp_server['connect'] $ednp_clients = $stunnel['ednp_clients'] + + + include site_config::x509::cert_key + include site_config::x509::ca + include x509::variables $ca_path = "${x509::variables::local_CAs}/${site_config::params::ca_name}.crt" $cert_path = "${x509::variables::certs}/${site_config::params::cert_name}.crt" |