From edd77597e7052aba2b8d4b9387bdeee23acee6f9 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 8 Jan 2015 21:18:49 +0000 Subject: [PATCH] Add release-monitoring.org to the fedoauth trusted_roots. --- roles/fedoauth/templates/fedoauth.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/fedoauth/templates/fedoauth.cfg b/roles/fedoauth/templates/fedoauth.cfg index 8970fdf32f..6b1bd9f5b7 100644 --- a/roles/fedoauth/templates/fedoauth.cfg +++ b/roles/fedoauth/templates/fedoauth.cfg @@ -82,7 +82,8 @@ AUTH_PROVIDER_CONFIGURATION = { 'https://admin.fedoraproject.org/voting/', 'https://apps.fedoraproject.org/github2fedmsg', 'https://admin.fedoraproject.org', # Nagios - 'https://apps.fedoraproject.org/'], # FMN + 'https://apps.fedoraproject.org/', # FMN + 'https://release-monitoring.org'], # Anitya {% endif %} 'non_trusted_roots': [], 'handle_magic_groups_value': True