diff options
author | Kevin Fenzi <kevin@scrye.com> | 2013-06-12 16:29:48 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2013-06-12 16:29:48 +0000 |
commit | fd2afa9760cc0e6df2c531d45e779c66a2c11c43 (patch) | |
tree | 60013090829c7d542d733baceed75248937a52c0 | |
parent | 6663e706e38437cf20785487f5f58728b889cf90 (diff) | |
download | ansible-fd2afa9760cc0e6df2c531d45e779c66a2c11c43.tar.gz ansible-fd2afa9760cc0e6df2c531d45e779c66a2c11c43.tar.xz ansible-fd2afa9760cc0e6df2c531d45e779c66a2c11c43.zip |
Adjust order here
-rw-r--r-- | files/2fa/pam_url.conf.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/2fa/pam_url.conf.j2 b/files/2fa/pam_url.conf.j2 index 0364f4df7..3265a04ce 100644 --- a/files/2fa/pam_url.conf.j2 +++ b/files/2fa/pam_url.conf.j2 @@ -2,9 +2,9 @@ pam_url: { settings: { - {% if datacenter == 'phx2' %} + {% if environment == 'staging' %} 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 {% else %} url = "https://fas-all.vpn.fedoraproject.org:8443/"; # URI to fetch |