From cc9d7929660508cbadd2b426aa4b7341f3722aa0 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Fri, 15 Apr 2016 12:50:07 +0200 Subject: [PATCH] Fix stg condition --- roles/haproxy/templates/haproxy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index b0c540f0c5..6ba328322e 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -251,7 +251,7 @@ listen kerneltest 0.0.0.0:10038 listen koschei 0.0.0.0:10040 balance hdr(appserver) - {% if env == "stg" %} + {% if env == "staging" %} server koschei-web01 koschei-web01:80 check inter 10s rise 1 fall 2 {% else %} server koschei01 koschei01:80 check inter 10s rise 1 fall 2