From 061cb575b44af88e60b9372d2173e57d915d02fd Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Thu, 11 May 2017 19:58:14 +0000 Subject: [PATCH] happy, puiterwijk? Signed-off-by: Ricky Elrod --- 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 462eea0f77..4c960699bf 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -428,7 +428,7 @@ listen mbs 0.0.0.0:10063 option httpchk GET /module-build-service/1/module-builds/ {% if env == "staging" %} -listen ipa 0.0.0.0:10064 +listen os-master 0.0.0.0:10064 balance hdr(appserver) server os-master01 os-master01:8443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/os-master.pem server os-master01 os-master02:8443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/os-master.pem