Fix this case to be acutally, you know, right.

This commit is contained in:
Kevin Fenzi 2013-06-13 20:59:44 +00:00
parent 1a2a3f6858
commit 88bd64bf0a

View file

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