From 1af4eddc1f1e6b2304fa263af4de2ccf9d135b90 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: May 26 2020 14:54:41 +0000 Subject: iad2: use fas-all.iad2 for pam_url in iad2 datacenter Signed-off-by: Kevin Fenzi --- diff --git a/files/2fa/pam_url.conf.j2 b/files/2fa/pam_url.conf.j2 index 6dcf99c..8395670 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 %}