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/',