Try this to fix 2fa on staging hosts.
This commit is contained in:
parent
b5da07e38e
commit
e16eb2007c
1 changed files with 2 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue