From b9403b3ac05a63157ff8fbf90eff6689d3fa5fbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Thu, 9 Dec 2021 13:29:38 +0100 Subject: [PATCH] [the-new-hotness]Fix consumer callback for production MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- roles/openshift-apps/the-new-hotness/templates/config.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/openshift-apps/the-new-hotness/templates/config.toml b/roles/openshift-apps/the-new-hotness/templates/config.toml index 34b744caad..5a47f99c74 100644 --- a/roles/openshift-apps/the-new-hotness/templates/config.toml +++ b/roles/openshift-apps/the-new-hotness/templates/config.toml @@ -13,11 +13,7 @@ topic_prefix = "org.fedoraproject.prod" {% endif %} passive_declares = true -{% if env == "staging" %} callback = "hotness.hotness_consumer:HotnessConsumer" -{% else %} -callback = "hotness.consumers:BugzillaTicketFiler" -{% endif %} # Note the double brackets below. # To add another binding, add another [[bindings]] section.