Create fedmsg-hub-3.service.d on staging.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
53b7962fb3
commit
3c2ad32187
1 changed files with 10 additions and 0 deletions
|
@ -391,11 +391,21 @@
|
|||
tags:
|
||||
- bodhi
|
||||
|
||||
- name: create the /usr/lib/systemd/system/fedmsg-hub-3.service.d drop-in directory
|
||||
file: path=/usr/lib/systemd/system/fedmsg-hub-3.service.d state=directory mode=0755
|
||||
tags:
|
||||
- config
|
||||
- bodhi
|
||||
# This line can be dropped once production is upgraded to Bodhi 3.11.0.
|
||||
when: env == "staging"
|
||||
|
||||
# This block can be dropped once production is upgraded to Bodhi 3.11.0.
|
||||
- name: create the /usr/lib/systemd/system/fedmsg-hub.service.d drop-in directory
|
||||
file: path=/usr/lib/systemd/system/fedmsg-hub.service.d state=directory mode=0755
|
||||
tags:
|
||||
- config
|
||||
- bodhi
|
||||
when: env == "production"
|
||||
|
||||
- name: install a femdsg-hub-3.service drop-in to run it as the apache
|
||||
copy: >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue