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