diff --git a/keepalived/templates/keepalived.jinja b/keepalived/templates/keepalived.jinja index c967cb8..60bf7c3 100644 --- a/keepalived/templates/keepalived.jinja +++ b/keepalived/templates/keepalived.jinja @@ -20,7 +20,7 @@ {%- endif -%} {%- if data is mapping -%} {%- for entry in data|dictsort -%} -{{ entry[0]|indent(indents, True) }}{{ ' ' }} +{{ entry[0]|indent(indents, True) }} {{- config_entries(entry[1], indents + 2) -}} {%- endfor -%} {%- else -%}