Turns out that staging fabric is not going to be accesible from where we sit.

This commit is contained in:
Ralph Bean 2014-06-24 15:37:34 +00:00
parent 23e34f9c0f
commit 6f1cc1d305
2 changed files with 1 additions and 21 deletions

View file

@ -38,19 +38,7 @@
notify:
- restart moksha-hub
- name: Copy in the staging certificates
copy: >
src="{{ private }}/files/bugzilla2fedmsg/{{ item }}"
dest="/etc/pki/fedmsg/{{ item }}"
mode=0640 owner=fedmsg group=fedmsg
with_items:
- fedora.devel.engineering.redhat.com.crt
- fedora.devel.engineering.redhat.com.key
when: env == 'staging'
notify:
- restart moksha-hub
- name: Copy in the production certificates
- name: Copy in the broker certificates
copy: >
src="{{ private }}/files/bugzilla2fedmsg/{{ item }}"
dest="/etc/pki/fedmsg/{{ item }}"
@ -58,7 +46,6 @@
with_items:
- fuse-fabric-fedoraproject.org.crt
- fuse-fabric-fedoraproject.org.key
when: env != 'staging'
notify:
- restart moksha-hub