From ad4f0c5c6d83d1de79dc5f08ae0c79ef63361efe Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Tue, 5 Aug 2014 21:11:43 +0000 Subject: [PATCH] Fix typo --- roles/fedoauth/templates/fedoauth.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fedoauth/templates/fedoauth.cfg b/roles/fedoauth/templates/fedoauth.cfg index 6fdb2258ca..c7bfd57fe1 100644 --- a/roles/fedoauth/templates/fedoauth.cfg +++ b/roles/fedoauth/templates/fedoauth.cfg @@ -59,7 +59,7 @@ AUTH_PROVIDER_CONFIGURATION = { 'private_key': {'path': '/etc/fedoauth/persona.key', 'passphrase': '{{ fedoauth_persona_key_passphrase }}'}, {% endif %} - },/ + }, 'fedoauth.provider.openid': {'enabled': True, {% if env == 'staging' %} 'identity_url_pattern': 'http://%(username)s.id.stg.fedoraproject.org/',