From 69cd8056e19ca45c5e6eb7e9f11e9ffca999279b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 7 Aug 2020 09:59:13 +0200 Subject: [PATCH] distgit/pagure: update deprecated environment variable to the new one Signed-off-by: Pierre-Yves Chibon --- roles/distgit/pagure/templates/pagure.wsgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/distgit/pagure/templates/pagure.wsgi b/roles/distgit/pagure/templates/pagure.wsgi index e2db866d75..ede13f88e0 100644 --- a/roles/distgit/pagure/templates/pagure.wsgi +++ b/roles/distgit/pagure/templates/pagure.wsgi @@ -10,7 +10,7 @@ import pkg_resources import os ## Set the environment variable pointing to the configuration file os.environ['PAGURE_CONFIG'] = '/etc/pagure/pagure.cfg' -os.environ['PAGURE_PLUGIN'] = '/etc/pagure/pagure_plugins.cfg' +os.environ['PAGURE_PLUGINS_CONFIG'] = '/etc/pagure/pagure_plugins.cfg' ## Set the environment variable if the tmp folder needs to be moved ## Is necessary to work around bug in libgit2: