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')
|
when: inventory_hostname.startswith('bodhi-backend')
|
||||||
notify:
|
notify:
|
||||||
- reload bodhi httpd
|
- reload bodhi httpd
|
||||||
- restart fedora-messaging
|
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- bodhi
|
- bodhi
|
||||||
|
@ -350,8 +349,6 @@
|
||||||
group=apache
|
group=apache
|
||||||
mode=0600
|
mode=0600
|
||||||
when: inventory_hostname.startswith('bodhi-backend')
|
when: inventory_hostname.startswith('bodhi-backend')
|
||||||
notify:
|
|
||||||
- restart fedora-messaging
|
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- bodhi
|
- bodhi
|
||||||
|
@ -370,7 +367,6 @@
|
||||||
mode: 0644
|
mode: 0644
|
||||||
notify:
|
notify:
|
||||||
- reload systemd
|
- reload systemd
|
||||||
- restart fedora-messaging
|
|
||||||
tags:
|
tags:
|
||||||
- bodhi
|
- bodhi
|
||||||
- config
|
- config
|
||||||
|
@ -407,8 +403,6 @@
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: apache
|
owner: apache
|
||||||
group: apache
|
group: apache
|
||||||
notify:
|
|
||||||
- restart fedora-messaging
|
|
||||||
tags:
|
tags:
|
||||||
- bodhi
|
- bodhi
|
||||||
|
|
||||||
|
@ -419,8 +413,6 @@
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: apache
|
owner: apache
|
||||||
group: apache
|
group: apache
|
||||||
notify:
|
|
||||||
- restart fedora-messaging
|
|
||||||
tags:
|
tags:
|
||||||
- bodhi
|
- bodhi
|
||||||
|
|
||||||
|
@ -431,8 +423,6 @@
|
||||||
mode: 0600
|
mode: 0600
|
||||||
owner: apache
|
owner: apache
|
||||||
group: apache
|
group: apache
|
||||||
notify:
|
|
||||||
- restart fedora-messaging
|
|
||||||
tags:
|
tags:
|
||||||
- bodhi
|
- bodhi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue