From bf28971bd783db2436a81d3b20713f800e76dda2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20Moso=C5=84?= Date: Mon, 16 Nov 2015 10:32:30 +0100 Subject: [PATCH] Fixed wrong key getter --- 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 71fd494..ff6784e 100644 --- a/haproxy/templates/haproxy.jinja +++ b/haproxy/templates/haproxy.jinja @@ -342,7 +342,7 @@ frontend {{ frontend.get('name', frontend_name) }} unique-id-format {{ frontend.uniqueidformat }} {%- endif %} {%- if 'uniqueidheader' in frontend %} - unique-id-header {{ frontend[uniqueidheader }} + unique-id-header {{ frontend.uniqueidheader }} {%- endif %} {%- if 'sticktable' in frontend %} stick-table {{ frontend.sticktable }}