Commit 2a8a2a3e authored by Justin's avatar Justin

software/dovecot: Fixup missing value inline + missing $

parent 116a6199
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
[template] [template]
filename = instance.cfg.in filename = instance.cfg.in
md5sum = 4fb2401a7e181c3b4ddd737917f58335 md5sum = 66e1d9c9ac011bbac40770cfdc20c526
[template-dovecot] [template-dovecot]
filename = instance-dovecot.cfg.in filename = instance-dovecot.cfg.in
...@@ -23,7 +23,7 @@ md5sum = 16b3ba167f55e33233a393a42ff62873 ...@@ -23,7 +23,7 @@ md5sum = 16b3ba167f55e33233a393a42ff62873
[template-postfix] [template-postfix]
filename = instance-postfix.cfg.jinja2.in filename = instance-postfix.cfg.jinja2.in
md5sum = 19a0dd212ddc41ab971850d941db2111 md5sum = 23ef0d50d354bfc8f14c692b4826cb5b
[template-postfix-master-cf] [template-postfix-master-cf]
filename = postfix_master.cf.jinja2.in filename = postfix_master.cf.jinja2.in
......
...@@ -86,7 +86,7 @@ output = $${directory:etc-postfix}/sasl_passwd ...@@ -86,7 +86,7 @@ output = $${directory:etc-postfix}/sasl_passwd
{% if relay -%} {% if relay -%}
inline = {{ "{{ host }} {{ sasl_credential }}" }} inline = {{ "{{ host }} {{ sasl_credential }}" }}
{%- else -%} {%- else -%}
inline = inline = " "
{%- endif %} {%- endif %}
context = context =
key host configuration:relayhost key host configuration:relayhost
......
...@@ -25,7 +25,7 @@ xz-utils-location = ${xz-utils:location} ...@@ -25,7 +25,7 @@ xz-utils-location = ${xz-utils:location}
recipe = slapos.recipe.template:jinja2 recipe = slapos.recipe.template:jinja2
url = ${template-postfix:output} url = ${template-postfix:output}
filename = instance-postfix.cfg filename = instance-postfix.cfg
output = ${buildout:directory}/${:filename} output = $${buildout:directory}/$${:filename}
extensions = jinja2.ext.do extensions = jinja2.ext.do
context = context =
import urllib urllib import urllib urllib
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment