Commit 0ebe135e authored by Joanne Hugé's avatar Joanne Hugé

ors-amarisoft: fix dnsmasq configuration breaklines

parent 2e96b249
......@@ -84,7 +84,7 @@ md5sum = c153d191c91a3bf28bae8724b0deb616
[dnsmasq.jinja2.cfg]
filename = config/dnsmasq.jinja2.cfg
md5sum = 972fbdd1c19aadec519b83731d26b608
md5sum = 159942a0ffd9f73a5af6fb578037cd4b
[ims.jinja2.cfg]
filename = config/ims.jinja2.cfg
......
......@@ -11,8 +11,8 @@ port=5353
{%- if slave.get('domain', '') != '' %}
{%- do filtered_slave_instance_list.append(slave) %}
{%- endif %}
{%- endfor -%}
{%- endfor %}
{%- for i, slave in enumerate(filtered_slave_instance_list) -%}
{% for i, slave in enumerate(filtered_slave_instance_list) -%}
address=/{{ slave['domain'] }}/{{ slave.get('ip', '') }}
{% 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