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.