diff options
author | varac <varacanero@zeromail.org> | 2014-12-09 16:37:20 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-12-09 16:37:20 +0100 |
commit | 464dd67958c4a81ee9111b0d33217842b60b5b9e (patch) | |
tree | 37c89e75ef9909edd33c2eb88c0c1e6c81bcc63c /puppet/modules/site_postfix | |
parent | 2844332d475e5a5457295d757a041dd36f781c04 (diff) | |
parent | 5f2369f1152d63f8a1969f1826140161cc9cd241 (diff) |
Merge branch '6485_deploy_ca_for_smtp_tls_config' into develop
Diffstat (limited to 'puppet/modules/site_postfix')
-rw-r--r-- | puppet/modules/site_postfix/manifests/mx/smtp_tls.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/site_postfix/manifests/mx/smtp_tls.pp b/puppet/modules/site_postfix/manifests/mx/smtp_tls.pp index d9b59f40..d56f6b54 100644 --- a/puppet/modules/site_postfix/manifests/mx/smtp_tls.pp +++ b/puppet/modules/site_postfix/manifests/mx/smtp_tls.pp @@ -1,5 +1,6 @@ class site_postfix::mx::smtp_tls { + 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" |