Adjust order here

This commit is contained in:
Kevin Fenzi 2013-06-12 16:29:48 +00:00
parent 6663e706e3
commit fd2afa9760

View file

@ -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