Skip to content

Commit f6de5dc

Browse files
committed
Fix haproxy_backend.cfg.j2
1 parent 94b1b38 commit f6de5dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

roles/haproxy/templates/haproxy_backend.cfg.j2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,4 @@ backend ldap_servers
8181
{% for server in haproxy_ldap_servers -%}
8282
server {{server.label}} {{server.ip}}:{{server.port}} ssl verify none check weight 10 {% if loop.index==1 %}on-marked-up shutdown-backup-sessions{% else %}backup{% endif %}
8383
{% endfor %}
84-
{% endfor %}
85-
{% endig %}
84+
{% endif %}

0 commit comments

Comments
 (0)