From b44f095866dafdb70a97f1ae947ece0f22d39c58 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Mon, 25 Feb 2019 18:30:00 +0000 Subject: [PATCH] haproxy: test mirrorlist in stg --- 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 1fe79f4294..d5d2c4f89b 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -58,7 +58,7 @@ backend mirror-lists-backend timeout connect 30s server mirrorlist-local1 127.0.0.1:18081 check inter 1s rise 2 fall 3 weight 100 server mirrorlist-local2 127.0.0.1:18082 check inter 1s rise 2 fall 3 weight 100 - option httpchk GET /mirrorlist + option httpchk GET /metalink?repo=epel-7&arch=x86_64 option allbackups frontend fas-frontend