summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2017-04-05 22:49:06 +0000
committerKevin Fenzi <kevin@scrye.com>2017-04-05 22:49:06 +0000
commit331fd4b512dd30fc258ca42f92ccc977cecf57a5 (patch)
treed4f02620dbdc24c1c7d2417abbd8ed880e07f62d
parent47dfdb7792a51043c40dfdeac2820f04839db2f2 (diff)
downloadansible-331fd4b512dd30fc258ca42f92ccc977cecf57a5.tar.gz
ansible-331fd4b512dd30fc258ca42f92ccc977cecf57a5.tar.xz
ansible-331fd4b512dd30fc258ca42f92ccc977cecf57a5.zip
ok, fingers crossed, lets put kojipkgs02 back in
-rw-r--r--roles/haproxy/templates/haproxy.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg
index 8b03320e1..dfae9b9dd 100644
--- a/roles/haproxy/templates/haproxy.cfg
+++ b/roles/haproxy/templates/haproxy.cfg
@@ -422,7 +422,7 @@ listen ipa01 0.0.0.0:10061
listen kojipkgs 0.0.0.0:10062
balance hdr(appserver)
server kojipkgs01.phx2.fedoraproject.org kojipkgs01.phx2.fedoraproject.org:80 check inter 10s rise 1 fall 2
- #server kojipkgs02.phx2.fedoraproject.org kojipkgs02.phx2.fedoraproject.org:80 check inter 10s rise 1 fall 2
+ server kojipkgs02.phx2.fedoraproject.org kojipkgs02.phx2.fedoraproject.org:80 check inter 10s rise 1 fall 2
option httpchk GET /
{% endif %}