diff --git a/roles/distgit/pagure/templates/pagure_hook.cfg b/roles/distgit/pagure/templates/pagure_hook.cfg index ac87a1ed93..0d64f4d471 100644 --- a/roles/distgit/pagure/templates/pagure_hook.cfg +++ b/roles/distgit/pagure/templates/pagure_hook.cfg @@ -6,6 +6,3 @@ os.umask(0o002) DB_URL = 'postgresql://{{ distgit_pagure_db_ro_user }}:{{ distgit_pagure_db_ro_pass }}@{{ pagure_db_host }}/{{ distgit_pagure_db_name }}' {% include "pagure_shared.cfg" %} - -FEDMSG_NOTIFICATIONS = True -FEDORA_MESSAGING_NOTIFICATIONS = False