mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/haproxy: align indention
This commit is contained in:
@@ -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')) %}
|
||||
|
||||
Reference in New Issue
Block a user