diff --git a/haproxy/templates/haproxy.jinja b/haproxy/templates/haproxy.jinja index 646897d..752550b 100644 --- a/haproxy/templates/haproxy.jinja +++ b/haproxy/templates/haproxy.jinja @@ -338,7 +338,8 @@ listen {{ listener.get('name', listener_name) }} {%- if listener.extra is string %} {{ listener.extra }} {%- else %} - {%- for line in listener.extra %} {{ line }} {%- endfor %} + {%- for line in listener.extra %} + {{ line }} {%- endfor %} {%- endif %} {%- endif %} {%- if 'defaultserver' in listener %}