From 5c35c305f64d6ba6ac86f1bd59c875734ff76c40 Mon Sep 17 00:00:00 2001 From: "a.genus" Date: Thu, 3 Sep 2015 13:31:44 +0300 Subject: [PATCH] Fix typo in option --- 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 7c97ddb..e2210c8 100644 --- a/haproxy/templates/haproxy.jinja +++ b/haproxy/templates/haproxy.jinja @@ -281,7 +281,7 @@ frontend {{ frontend[1].get('name', frontend[0]) }} maxconn {{ frontend[1].maxconn }} {%- endif %} {%- if 'options' in frontend[1] %} - {{- render_list_of_dictionaries('options', frontend[1].options) }} + {{- render_list_of_dictionaries('option', frontend[1].options) }} {%- endif %} {%- if 'uniqueidformat' in frontend[1] %} unique-id-format {{ frontend[1].uniqueidformat }}