From fd0a78df1ac4795de9058c6292b54f3c9cc3d5cb Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 24 Nov 2016 18:01:47 +0000 Subject: [PATCH] Ipsilon 2.0 is in prod Signed-off-by: Patrick Uiterwijk --- roles/ipsilon/templates/configuration.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/roles/ipsilon/templates/configuration.conf b/roles/ipsilon/templates/configuration.conf index 65e6a95e6e..ae9450501b 100644 --- a/roles/ipsilon/templates/configuration.conf +++ b/roles/ipsilon/templates/configuration.conf @@ -1,9 +1,5 @@ [login_config] -{% if env == "staging" %} global enabled=gssapi,fas -{% else %} -global enabled=fas -{% endif %} {% if env == 'staging' %} fas FAS url=https://admin.stg.fedoraproject.org/accounts/ {% else %} @@ -13,9 +9,7 @@ fas FAS Proxy client user Agent=Fedora Ipsilon fas FAS Insecure Auth=False [info_config] -{% if env == "staging" %} global enabled=fas -{% endif %} {% if env == 'staging' %} fas FAS url=https://admin.stg.fedoraproject.org/accounts/ {% else %}