Fix template typo

This commit is contained in:
John Keates 2015-08-30 01:11:49 +02:00
parent 9b3b61485d
commit d0bed71f7f

View file

@ -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 %}