fedmsg config for mbs.

This commit is contained in:
Ralph Bean 2017-02-15 17:19:39 +00:00
parent 81961f7ccd
commit 5e452622a2
2 changed files with 15 additions and 0 deletions

View file

@ -26,6 +26,17 @@
- mbs
- mbs/common
- name: copy fedmsg configuration
template: >
src=mbs-fedmsg.py dest=/etc/fedmsg.d/mbs-fedmsg.py
owner=root group=fedmsg mode=0644
notify:
- restart apache
- restart fedmsg-hub
tags:
- mbs
- mbs/common
- name: copy client secrets
template: >
src=client_secrets.json.{{env}} dest=/etc/module-build-service/client_secrets.json

View file

@ -0,0 +1,4 @@
config = {
# So that the MBS can find it's cert in /etc/fedmsg.d/ssl.py
'name': 'mbs',
}