From 4bfce125cc2df759172f41b93e610be93b40fcff Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 18 Dec 2014 12:08:34 +0100 Subject: [PATCH] Adjust the CNUCNU configuration key to ANITYA --- roles/anitya/frontend/templates/anitya.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/anitya/frontend/templates/anitya.cfg b/roles/anitya/frontend/templates/anitya.cfg index eed8c5c5f9..e0c0fba96a 100644 --- a/roles/anitya/frontend/templates/anitya.cfg +++ b/roles/anitya/frontend/templates/anitya.cfg @@ -9,16 +9,16 @@ SECRET_KEY='{{ anitya_secret_key }}' DB_URL='postgresql://{{ anitya_db_user }}:{{ anitya_db_pass }}@{{ anitya_db_host }}/{{ anitya_db_name }}' # List of admins based on their openid -CNUCNU_WEB_ADMINS = [ +ANITYA_WEB_ADMINS = [ 'http://ralph.id.fedoraproject.org/', 'http://pingou.id.fedoraproject.org/', ] # Fedora OpenID endpoint {% if env == 'staging' %} -CNUCNU_WEB_FEDORA_OPENID = 'https://id.stg.fedoraproject.org' +ANITYA_WEB_FEDORA_OPENID = 'https://id.stg.fedoraproject.org' {% else %} -CNUCNU_WEB_FEDORA_OPENID = 'https://id.fedoraproject.org' +ANITYA_WEB_FEDORA_OPENID = 'https://id.fedoraproject.org' {% endif %}