Create fedmsg-hub-3.service.d on staging.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2018-11-12 20:02:53 +00:00
parent 53b7962fb3
commit 3c2ad32187

View file

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