Skip the prod loopback for darkserver for now.
This commit is contained in:
parent
f905722fb4
commit
499ca4b73f
1 changed files with 5 additions and 4 deletions
|
@ -9,10 +9,11 @@
|
|||
notify:
|
||||
- restart fedmsg-hub
|
||||
|
||||
- name: install a loopback so we listen to the prod fedmsg bus (only in staging)
|
||||
copy: src=loopback.py dest=/etc/fedmsg.d/loopback.py
|
||||
notify: restart fedmsg-hub
|
||||
when: env == 'staging'
|
||||
# Use this to make stg darkserver listen to the prod bus.
|
||||
#- name: install a loopback so we listen to the prod fedmsg bus (only in staging)
|
||||
# copy: src=loopback.py dest=/etc/fedmsg.d/loopback.py
|
||||
# notify: restart fedmsg-hub
|
||||
# when: env == 'staging'
|
||||
|
||||
- name: email.json file
|
||||
copy: src=email.json dest=/etc/darkserver/email.json owner=root group=root mode=0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue