Remove the fedora-messaging@koji_sync_listener

And add it to handlers and service is fm-consumer@koji_sync_listener

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2020-06-11 13:22:49 -04:00
parent 1d868aeaf5
commit ff9b7157bd
2 changed files with 1 additions and 8 deletions

View file

@ -39,7 +39,7 @@
command: /usr/local/bin/conditional-restart.sh fedmsg-relay
- name: restart fm-consumer@koji_sync_listener
action: service name=fm-consumer@koji_sync_listener state=restarted
action: service name=fm-consumer@koji_sync_listener state=restarted enabled=yes
- name: reload httpd
command: /usr/local/bin/conditional-reload.sh httpd httpd

View file

@ -103,13 +103,6 @@
- bodhi
- koji-sync
- name: start the koji sync listener
service: name=fedora-messaging@koji_sync_listener enabled=yes state=started
when: env == "production"
tags:
- bodhi
- koji-sync
#
# cron job that syncs updates to master mirror
#