diff --git a/roles/copr/mbs/templates/config.py b/roles/copr/mbs/templates/config.py index d30b731332..a9c3ed68da 100644 --- a/roles/copr/mbs/templates/config.py +++ b/roles/copr/mbs/templates/config.py @@ -29,7 +29,7 @@ class ProdConfiguration(base.ProdConfiguration): {% if env == 'staging' %} MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.dev', 'org.fedoraproject.stg'] {% else %} - MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.prod'] + MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.prod', 'org.fedoraproject.dev'] {% endif %} # Allow custom component repositories