From 44ec6ddfb517ecab6a28bb50fff0af0005b088a4 Mon Sep 17 00:00:00 2001 From: davidwalter0 Date: Wed, 28 Sep 2016 20:38:29 -0400 Subject: [PATCH] update haproxy.jinja : spelling correction listner --- 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 74271c3..2052ce3 100644 --- a/haproxy/templates/haproxy.jinja +++ b/haproxy/templates/haproxy.jinja @@ -226,7 +226,7 @@ listen {{ listener.get('name', listener_name) }} {%- endif %} {%- if 'tcprequests' in listener %} {%- if listener.tcprequests is string %} - tcp-request {{ listner.tcprequests }} + tcp-request {{ listener.tcprequests }} {%- else %} {%- for tcprequest in listener.tcprequests %} tcp-request {{ tcprequest }}