summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-12-09 12:54:36 +0100
committervarac <varacanero@zeromail.org>2014-12-09 12:54:36 +0100
commit5f2369f1152d63f8a1969f1826140161cc9cd241 (patch)
treee231efb822e461bc856645228c8c9631b5bc6a42
parent51a49227f83a615f9845461385beba5ef607967d (diff)
Deploy leap ca cert for smtp tls config (Bug #6485)
Change-Id: I029ffabd33299a5b42e5f262e372eafb6272d094
-rw-r--r--puppet/modules/site_postfix/manifests/mx/smtp_tls.pp1
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"