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 %}