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: