Skip the prod loopback for darkserver for now.

This commit is contained in:
Ralph Bean 2016-02-01 20:00:38 +00:00
parent f905722fb4
commit 499ca4b73f

View file

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