Skip to content

Commit d2eb926

Browse files
Merge pull request #338 from rackerlabs/dnsmasq-option-whitespace
fix: do not delete whitespace between dnsmasq options
2 parents fd6aab4 + 4a7f392 commit d2eb926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/dnsmasq/dnsmasq/dnsmasq.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ shared-network={{ env.PROVISIONER_INTERFACE | default("eth0") }},{{ env[dhcp_pro
6767
{% set option_prefix = 'option:' -%}
6868
{% endif -%}
6969
dhcp-option={{ tag }}{{ option_prefix }}{{ option|replace('_', '-')|lower }},{{ value }}
70-
{%- endfor %}
70+
{% endfor %}
7171
{% if env[dhcp_allowed] is defined and env[dhcp_allowed] %}
7272
{{ dhcp_allowed_srvids_list.append(env[dhcp_allowed]) or '' }}
7373
{%- endif %}

0 commit comments

Comments
 (0)