From 2d208372686c962b3f42097deffaacd9a0b2b8c1 Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Tue, 5 Aug 2014 21:09:49 +0000 Subject: [PATCH] Add trailing slash --- roles/fedoauth/templates/fedoauth.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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': [],