From 12090a21fd1672a0d583d368f58ea09f9c789d56 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 19 May 2014 17:19:23 +0000 Subject: [PATCH] Update fas url for stg now that the cert is fixed. --- roles/fas_client/templates/fas.conf.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/fas_client/templates/fas.conf.j2 b/roles/fas_client/templates/fas.conf.j2 index 1dae863058..a27f0ef571 100644 --- a/roles/fas_client/templates/fas.conf.j2 +++ b/roles/fas_client/templates/fas.conf.j2 @@ -1,6 +1,10 @@ [global] ; url - Location to fas server +{% if env == "staging" %} +url = https://admin.stg.fedoraproject.org/accounts/ +{% else %} url = https://admin.fedoraproject.org/accounts/ +{% endif %} ; temp - Location to generate files while user creation process is happening temp = /var/db