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: notify:
- restart fedmsg-hub - restart fedmsg-hub
- name: install a loopback so we listen to the prod fedmsg bus (only in staging) # Use this to make stg darkserver listen to the prod bus.
copy: src=loopback.py dest=/etc/fedmsg.d/loopback.py #- name: install a loopback so we listen to the prod fedmsg bus (only in staging)
notify: restart fedmsg-hub # copy: src=loopback.py dest=/etc/fedmsg.d/loopback.py
when: env == 'staging' # notify: restart fedmsg-hub
# when: env == 'staging'
- name: email.json file - name: email.json file
copy: src=email.json dest=/etc/darkserver/email.json owner=root group=root mode=0644 copy: src=email.json dest=/etc/darkserver/email.json owner=root group=root mode=0644