From b4ee8e891dedf1288af78e6ad026393353c8a42a Mon Sep 17 00:00:00 2001 From: Adam Bolte Date: Mon, 13 Jul 2015 19:11:43 +1000 Subject: [PATCH] Cleanup haproxy.jinja comments and whitespace. --- haproxy/templates/haproxy.jinja | 3 --- 1 file changed, 3 deletions(-) diff --git a/haproxy/templates/haproxy.jinja b/haproxy/templates/haproxy.jinja index 0d777f5..b0dc46c 100644 --- a/haproxy/templates/haproxy.jinja +++ b/haproxy/templates/haproxy.jinja @@ -5,7 +5,6 @@ # This file is managed by Salt. # Any changes will be overwritten. - #------------------ # Global settings #------------------ @@ -50,7 +49,6 @@ defaults {%- endfor %} {% endif %} - #------------------ # listen instances #------------------ @@ -169,7 +167,6 @@ frontend {{ frontend[1].get('name', frontend[0]) }} {%- endfor %} {% endif %} - #------------------ # backend instances #------------------