Try this to fix 2fa on staging hosts.

This commit is contained in:
Kevin Fenzi 2013-06-12 16:14:05 +00:00
parent b5da07e38e
commit e16eb2007c

View file

@ -4,6 +4,8 @@ pam_url:
{
{% if datacenter == 'phx2' %}
url = "https://fas-all.phx2.fedoraproject.org:8443/"; # URI to fetch
{% elif staging is defined %}
url = "https://fas-all.stg.phx2.fedoraproject.org:8443/"; # URI to fetch
{% else %}
url = "https://fas-all.vpn.fedoraproject.org:8443/"; # URI to fetch
{% endif %}