Use correct test for staging

This commit is contained in:
Kevin Fenzi 2013-06-12 16:18:51 +00:00
parent e16eb2007c
commit 48e8cc7aa4

View file

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