net/haproxy: align indention

This commit is contained in:
Frank Wall
2019-02-26 15:29:09 +01:00
parent 9109d0705d
commit 50d68b799e
@@ -541,7 +541,7 @@
{% set acl_line = [action_data.testType, action_acls|join(join_operator)]|join(' ') %}
{% else %}
{% set acl_line = '' %}
{% set comment_lines = ['# NOTE: actions with no ACLs/conditions will always match'] + comment_lines %}
{% set comment_lines = comment_lines + [' # NOTE: actions with no ACLs/conditions will always match'] %}
{% endif %}
{% if action_options|length > 0 %}
{% do global_action_options.append(comment_lines|join('\n')) %}