From b07607b0ce64d2004692ece2436d9ce6711f729a Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 27 Jan 2016 22:30:49 +0000 Subject: [PATCH] This has switched to a modular system as well Signed-off-by: Patrick Uiterwijk --- roles/regcfp/templates/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/roles/regcfp/templates/config.json b/roles/regcfp/templates/config.json index 6ae098502e..3042ffda39 100644 --- a/roles/regcfp/templates/config.json +++ b/roles/regcfp/templates/config.json @@ -42,7 +42,10 @@ } }, - "persona_audience": "https://register.flocktofedora.org", + "auth": { + "module": "persona", + "persona_audience": "https://register.flocktofedora.org" + }, "permissions": { "admin": ["puiterwijk@fedoraproject.org", "pfrields@fedoraproject.org", "jwboyer@fedoraproject.org", "jzb@fedoraproject.org", "robyduck@fedoraproject.org", "rsuehle@fedoraproject.org"],