mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-23 18:10:17 +08:00
haproxy: fix typo in backend name
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -56,7 +56,7 @@ frontend ocp-masters-machineconfig
|
||||
bind 0.0.0.0:22623
|
||||
default_backend ocp-masters-backend-machineconfig
|
||||
|
||||
backend os-masters-backend-machineconfig
|
||||
backend ocp-masters-backend-machineconfig
|
||||
mode tcp
|
||||
server ocp01.ocp.stg.iad2.fedoraproject.org ocp01.ocp.stg.iad2.fedoraproject.org:22623 weight 1 maxconn 16384 check
|
||||
server ocp02.ocp.stg.iad2.fedoraproject.org ocp02.ocp.stg.iad2.fedoraproject.org:22623 weight 1 maxconn 16384 check
|
||||
|
||||
Reference in New Issue
Block a user