From 07ef0c2f512819bfd065d4b2287be8c0bec779b1 Mon Sep 17 00:00:00 2001 From: John Keates Date: Fri, 31 Jul 2015 01:56:58 +0200 Subject: [PATCH] Add tiny indent --- 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 8315a85..d9bbb0e 100644 --- a/haproxy/templates/haproxy.jinja +++ b/haproxy/templates/haproxy.jinja @@ -85,7 +85,7 @@ frontend {{ frontend[1].name }} # frontend redirects {%- if 'redirects' in frontend[1] %} {%- for front_redirect in frontend[1].redirects %} -redirect {{ front_redirect }} + redirect {{ front_redirect }} {% endfor %} {%- endif %}