From 4e866079f4db5722f10603fddc8d22763a2a62fd Mon Sep 17 00:00:00 2001 From: John Keates Date: Fri, 31 Jul 2015 00:27:36 +0200 Subject: [PATCH] Fix indentation --- haproxy/templates/haproxy.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haproxy/templates/haproxy.jinja b/haproxy/templates/haproxy.jinja index 2843d38..8315a85 100644 --- a/haproxy/templates/haproxy.jinja +++ b/haproxy/templates/haproxy.jinja @@ -99,7 +99,7 @@ redirect {{ front_redirect }} # frontend http-requests {%- if 'http_requests' in frontend[1] %} {%- for http_request in frontend[1].http_requests %} -http-request {{ http_request }} + http-request {{ http_request }} {% endfor %} {%- endif %}