From 88bd64bf0a6525db5998126377635176a2cf38cc Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 13 Jun 2013 20:59:44 +0000 Subject: [PATCH] Fix this case to be acutally, you know, right. --- files/2fa/pam_url.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/2fa/pam_url.conf.j2 b/files/2fa/pam_url.conf.j2 index 73cb9c6530..6dcf99cbad 100644 --- a/files/2fa/pam_url.conf.j2 +++ b/files/2fa/pam_url.conf.j2 @@ -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 %}