From 7d4313aaf81dd4b783d98e08b4308d5299521770 Mon Sep 17 00:00:00 2001 From: Nick Liu Date: Fri, 20 Jan 2017 07:37:08 -0600 Subject: [PATCH] Fixed typo "listerner" => "listener" --- 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 2052ce3..646897d 100644 --- a/haproxy/templates/haproxy.jinja +++ b/haproxy/templates/haproxy.jinja @@ -338,7 +338,7 @@ listen {{ listener.get('name', listener_name) }} {%- if listener.extra is string %} {{ listener.extra }} {%- else %} - {%- for line in listerner.extra %} {{ line }} {%- endfor %} + {%- for line in listener.extra %} {{ line }} {%- endfor %} {%- endif %} {%- endif %} {%- if 'defaultserver' in listener %}