From 6c4f312f76804395e83a0dc0756066994c603dd8 Mon Sep 17 00:00:00 2001 From: John Keates Date: Sun, 17 May 2015 18:30:15 +0200 Subject: [PATCH] Basic typo fixed --- 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 b306318..7ffd921 100644 --- a/haproxy/templates/haproxy.jinja +++ b/haproxy/templates/haproxy.jinja @@ -60,7 +60,7 @@ frontend {{ frontend[1].name }} {%- for front_redirect in frontend[1].redirects %} redirect {{ front_redirect }} {% endfor %} -{-% endif %} +{%- endif %} {%- if 'acls' in frontend[1] %} {%- for acl in frontend[1].acls %} acl {{ acl }}