Use correct test for staging
This commit is contained in:
parent
e16eb2007c
commit
48e8cc7aa4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ pam_url:
|
|||
{
|
||||
{% if datacenter == 'phx2' %}
|
||||
url = "https://fas-all.phx2.fedoraproject.org:8443/"; # URI to fetch
|
||||
{% elif staging is defined %}
|
||||
{% elif environment == 'staging' %}
|
||||
url = "https://fas-all.stg.phx2.fedoraproject.org:8443/"; # URI to fetch
|
||||
{% else %}
|
||||
url = "https://fas-all.vpn.fedoraproject.org:8443/"; # URI to fetch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue