copr: be-dev: enable fedora-messaging

This commit is contained in:
Pavel Raiskup 2019-09-10 10:42:38 +02:00 committed by Pierre-Yves Chibon
parent a57dbaff00
commit 05f8402ae6
2 changed files with 18 additions and 0 deletions

View file

@ -207,6 +207,21 @@
tags:
- config
- name: create messaging config directory
file: dest=/etc/copr/msgbuses state=directory owner=copr group=copr mode=0700
tags:
- config
- name: install messaging config
template: src="fedora-messaging.conf.j2"
dest=/etc/copr/msgbuses
owner=copr group=copr mode=0600
notify:
- restart copr-backend
tags:
- config
when: devel|bool
- name: copy sign.conf
template: src=sign.conf dest=/etc/sign.conf owner=root group=copr mode=640
tags:

View file

@ -0,0 +1,3 @@
bus_type = 'fedora-messaging'
bus_id = 'fm'
toml_config = '/etc/fedora-messaging/copr.toml'