diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 7050cfd3c8..ca9fde2673 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -57,6 +57,7 @@ config = { '.buildsys.untag', '.buildsys.repo.init', '.buildsys.repo.done', + '.buildsys.rpm.sign', ], # This sets up four threads to handle incoming messages. At the time of