diff options
author | Kevin Fenzi <kevin@scrye.com> | 2013-06-12 16:18:51 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2013-06-12 16:18:51 +0000 |
commit | 48e8cc7aa4767a2c56ebbb94600b637d65f0312e (patch) | |
tree | b256d31bb7ab57887329010ceaf4e384050605a3 | |
parent | e16eb2007c0a5fa8bb23e91964cce3832d6f2889 (diff) | |
download | ansible-48e8cc7aa4767a2c56ebbb94600b637d65f0312e.tar.gz ansible-48e8cc7aa4767a2c56ebbb94600b637d65f0312e.tar.xz ansible-48e8cc7aa4767a2c56ebbb94600b637d65f0312e.zip |
Use correct test for staging
-rw-r--r-- | files/2fa/pam_url.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/2fa/pam_url.conf.j2 b/files/2fa/pam_url.conf.j2 index 624d55cb3..0364f4df7 100644 --- a/files/2fa/pam_url.conf.j2 +++ b/files/2fa/pam_url.conf.j2 @@ -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 |