diff --git a/roles/distgit/pagure/templates/pagure_shared.cfg b/roles/distgit/pagure/templates/pagure_shared.cfg index 7f58b96e6a..addadafbe3 100644 --- a/roles/distgit/pagure/templates/pagure_shared.cfg +++ b/roles/distgit/pagure/templates/pagure_shared.cfg @@ -63,7 +63,10 @@ ALWAYS_FEDMSG_ON_COMMITS = True FEDMSG_NOTIFICATIONS = False FEDORA_MESSAGING_NOTIFICATIONS = True -DISABLED_PLUGINS = ['IRC', 'Pagure tickets', 'Read the Doc', 'Fedmsg'] +DISABLED_PLUGINS = [ + "IRC", "Pagure tickets", "Read the Doc", "Fedmsg", + "Block Un-Signed commits", +] GITOLITE_BACKEND = 'distgit'