From 1af4eddc1f1e6b2304fa263af4de2ccf9d135b90 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 26 May 2020 07:54:01 -0700 Subject: [PATCH] iad2: use fas-all.iad2 for pam_url in iad2 datacenter Signed-off-by: Kevin Fenzi --- files/2fa/pam_url.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/2fa/pam_url.conf.j2 b/files/2fa/pam_url.conf.j2 index 6dcf99cbad..8395670fea 100644 --- a/files/2fa/pam_url.conf.j2 +++ b/files/2fa/pam_url.conf.j2 @@ -6,6 +6,8 @@ pam_url: url = "https://fas-all.stg.phx2.fedoraproject.org:8443/"; # URI to fetch {% elif datacenter == 'phx2' %} url = "https://fas-all.phx2.fedoraproject.org:8443/"; # URI to fetch + {% elif datacenter == 'iad2' %} + url = "https://fas-all.iad2.fedoraproject.org:8443/"; # URI to fetch {% else %} url = "https://fas-all.vpn.fedoraproject.org:8443/"; # URI to fetch {% endif %}