Fix this case to be acutally, you know, right.
This commit is contained in:
parent
1a2a3f6858
commit
88bd64bf0a
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@ pam_url:
|
|||
settings:
|
||||
{
|
||||
{% if env == 'staging' %}
|
||||
url = "https://fas-all.phx2.fedoraproject.org:8443/"; # URI to fetch
|
||||
{% elif datacenter == 'phx2' %}
|
||||
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
|
||||
{% else %}
|
||||
url = "https://fas-all.vpn.fedoraproject.org:8443/"; # URI to fetch
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue