diff options
author | varac <varacanero@zeromail.org> | 2013-09-13 14:17:54 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-09-13 14:45:27 +0200 |
commit | a6c19295e276da865f6c66963ed761d3ebc7dc99 (patch) | |
tree | 1d4edfbe0f4bf5aa1fd874e776755a5f7c3dec05 /puppet/modules/site_stunnel | |
parent | 4d58a02c83baf0ce0a9ecb349d998aa3dad9493f (diff) |
remove x509::ca for leap_ca in site_openvpn::keys and site_stunnel::stunnel (#3817)
Diffstat (limited to 'puppet/modules/site_stunnel')
-rw-r--r-- | puppet/modules/site_stunnel/manifests/setup.pp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/puppet/modules/site_stunnel/manifests/setup.pp b/puppet/modules/site_stunnel/manifests/setup.pp index 7fd18d47..2309800b 100644 --- a/puppet/modules/site_stunnel/manifests/setup.pp +++ b/puppet/modules/site_stunnel/manifests/setup.pp @@ -14,11 +14,5 @@ define site_stunnel::setup ($cert_name, $key, $cert, $ca_name, $ca) { notify => Service['stunnel']; } - x509::ca { - $ca_name: - content => $ca, - notify => Service['stunnel']; - } - } |