Commit 03000594 authored by Jérome Perrin's avatar Jérome Perrin

stack/erp5: fix extra new lines in apachedex config file

parent 4208a277
......@@ -94,7 +94,7 @@ md5sum = 9c580be982d8c63ec06fc273ef3cb971
[template-balancer]
filename = instance-balancer.cfg.in
md5sum = 5d93da87eda0365058d8a14b19789d19
md5sum = e9aa89754085bdc7a6fb9e53c0c97f9d
[template-haproxy-cfg]
filename = haproxy.cfg.in
......
......@@ -544,7 +544,7 @@ recipe = slapos.recipe.template
output = ${directory:etc}/${:_buildout_section_name_}
inline =
{% for line in slapparameter_dict['apachedex-configuration'] -%}
{# apachedex config files use shlex.split, so we need to quote the arguments. #}
{# apachedex config files use shlex.split, so we need to quote the arguments. -#}
{{ six.moves.shlex_quote(line) }}
{% endfor %}
......
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