Skip to content

Commit d7c387f

Browse files
authored
Merge pull request #62 from magenbrot/haproxy-backend
added missing endif
2 parents bd25c22 + 1b5abac commit d7c387f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/etc/haproxy/haproxy-backend.cfg.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ backend {{ name }}
2424
{% for http_check in value.http_checks %}
2525
http-check {{ http_check }}
2626
{% endfor %}
27+
{% endif %}
2728
{% if value.cookie is defined %}
2829
cookie {{ value.cookie }}
2930
{% endif %}

0 commit comments

Comments
 (0)