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:
parent
4677611f60
commit
69f6757df0
2 changed files with 0 additions and 15 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
- name: restart fedora-messaging
|
||||
service:
|
||||
name: fm-consumer@config.service
|
||||
state: restarted
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue