From 9b42cd8cbf9fbfc43d408f0ee22132d17b862aed Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 13 Nov 2023 13:53:56 -0800 Subject: [PATCH] haproxy: fix template typo Signed-off-by: Kevin Fenzi --- roles/haproxy/templates/haproxy.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 7cb6c4b409..5836a60aa4 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -496,6 +496,7 @@ frontend zabbix-frontend backend zabbix-backend balance hdr(appserver) server zabbix.stg zabbix.stg:80 check inter 10s rise 1 fall 2 +{% endif %} # option httpchk GET / # http-check expect status 200,401,302 {% if env == "production" %}