bodhi: We do not want to restart messaging.

We had some code to protect backend01 from restarting fedmsg-hub so
as not to interrupt running composes. Since we now only have
backend01 it just doesn't make sense to have a restart handler
anymore.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2019-05-28 18:36:00 +00:00
parent 4677611f60
commit 69f6757df0
2 changed files with 0 additions and 15 deletions

View file

@ -1,5 +0,0 @@
---
- name: restart fedora-messaging
service:
name: fm-consumer@config.service
state: restarted

View file

@ -337,7 +337,6 @@
when: inventory_hostname.startswith('bodhi-backend')
notify:
- reload bodhi httpd
- restart fedora-messaging
tags:
- config
- bodhi
@ -350,8 +349,6 @@
group=apache
mode=0600
when: inventory_hostname.startswith('bodhi-backend')
notify:
- restart fedora-messaging
tags:
- config
- bodhi
@ -370,7 +367,6 @@
mode: 0644
notify:
- reload systemd
- restart fedora-messaging
tags:
- bodhi
- config
@ -407,8 +403,6 @@
mode: 0644
owner: apache
group: apache
notify:
- restart fedora-messaging
tags:
- bodhi
@ -419,8 +413,6 @@
mode: 0644
owner: apache
group: apache
notify:
- restart fedora-messaging
tags:
- bodhi
@ -431,8 +423,6 @@
mode: 0600
owner: apache
group: apache
notify:
- restart fedora-messaging
tags:
- bodhi