diff --git a/haproxy/templates/haproxy.jinja b/haproxy/templates/haproxy.jinja index 48a0d6e..acfa361 100644 --- a/haproxy/templates/haproxy.jinja +++ b/haproxy/templates/haproxy.jinja @@ -116,7 +116,7 @@ frontend {{ frontend[1].name }} {%- endif %} # frontend http-responses - {%- if 'http-responses' in frontend[1] %} + {%- if 'http_responses' in frontend[1] %} {%- for http_response in frontend[1].http_responses %} http-response {{ http_response }} {% endfor %}