diff --git a/roles/fedoauth/templates/fedoauth.cfg b/roles/fedoauth/templates/fedoauth.cfg index 12bb8c2ef8..6fdb2258ca 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/', @@ -80,7 +80,7 @@ AUTH_PROVIDER_CONFIGURATION = { 'https://admin.fedoraproject.org/pkgdb/', 'https://admin.fedoraproject.org/voting/', 'https://apps.fedoraproject.org/github2fedmsg', - 'http://fedoramagazine.org', + 'http://fedoramagazine.org/', 'https://admin.fedoraproject.org'], # Nagios {% endif %} 'non_trusted_roots': [],