#125 Remove the fedora-messaging@koji_sync_listener
Merged 3 years ago by mohanboddu. Opened 3 years ago by mohanboddu.
fedora-infra/ mohanboddu/ansible re-enable-pushes  into  master

@@ -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

@@ -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

  #

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

Signed-off-by: Mohan Boddu mboddu@bhujji.com

Pull-Request has been merged by mohanboddu

3 years ago