aboutsummaryrefslogtreecommitdiff
path: root/nomad/email.hcl
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-06-14 11:48:53 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-06-14 11:48:53 +0200
commit3534ba1a19844e55982cb773599671d2fdb4be02 (patch)
tree0a523f5c5c5c00c7d31d75c87609afef2fe8c65e /nomad/email.hcl
parent9b7fd2fc0ac6f11e47a9355ba6ec7db0f0e42dbe (diff)
downloadinfrastructure-3534ba1a19844e55982cb773599671d2fdb4be02.tar.gz
infrastructure-3534ba1a19844e55982cb773599671d2fdb4be02.zip
Read domain name from LDAP
Diffstat (limited to 'nomad/email.hcl')
-rw-r--r--nomad/email.hcl10
1 files changed, 10 insertions, 0 deletions
diff --git a/nomad/email.hcl b/nomad/email.hcl
index 75849cd..4b4be41 100644
--- a/nomad/email.hcl
+++ b/nomad/email.hcl
@@ -356,6 +356,16 @@ job "email" {
destination = "secrets/postfix/ldap-alias.cf"
}
+ artifact {
+ source = "http://127.0.0.1:8500/v1/kv/configuration/email/postfix/ldap-virtual-domains.cf.tpl?raw"
+ destination = "secrets/postfix/ldap-virtual-domains.cf.tpl"
+ mode = "file"
+ }
+ template {
+ source = "secrets/postfix/ldap-virtual-domains.cf.tpl"
+ destination = "secrets/postfix/ldap-virtual-domains.cf"
+ }
+
template {
data = "{{ key \"configuration/email/postfix/postfix.crt\" }}"