From e66501a312186d7459aed15cffff2ca8e0a33076 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Fri, 9 Feb 2018 12:44:39 +0100 Subject: [PATCH] Revert "Disable koschei pagure plugin until I figure out why it segfaults" It was selinux vs dogpile.cache. This reverts commit ef6f884a0af7d6afcd69e4bb1e22c24cc0f861d7. --- roles/koschei/frontend/templates/config-frontend.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koschei/frontend/templates/config-frontend.cfg.j2 b/roles/koschei/frontend/templates/config-frontend.cfg.j2 index 8cd3837a3b..c08b0738c6 100644 --- a/roles/koschei/frontend/templates/config-frontend.cfg.j2 +++ b/roles/koschei/frontend/templates/config-frontend.cfg.j2 @@ -42,7 +42,7 @@ config = { {% if env == 'staging' %} "plugins": ['pagure', 'copr'], {% else %} - "plugins": [], + "plugins": ['pagure'], {% endif %} "caching": { "pagure": {