Adjust order here
This commit is contained in:
parent
6663e706e3
commit
fd2afa9760
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@ pam_url:
|
||||||
{
|
{
|
||||||
settings:
|
settings:
|
||||||
{
|
{
|
||||||
{% if datacenter == 'phx2' %}
|
{% if environment == 'staging' %}
|
||||||
url = "https://fas-all.phx2.fedoraproject.org:8443/"; # URI to fetch
|
url = "https://fas-all.phx2.fedoraproject.org:8443/"; # URI to fetch
|
||||||
{% elif environment == 'staging' %}
|
{% elif datacenter == 'phx2' %}
|
||||||
url = "https://fas-all.stg.phx2.fedoraproject.org:8443/"; # URI to fetch
|
url = "https://fas-all.stg.phx2.fedoraproject.org:8443/"; # URI to fetch
|
||||||
{% else %}
|
{% else %}
|
||||||
url = "https://fas-all.vpn.fedoraproject.org:8443/"; # URI to fetch
|
url = "https://fas-all.vpn.fedoraproject.org:8443/"; # URI to fetch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue