diff options
author | Mikolaj Izdebski <mizdebsk@redhat.com> | 2017-04-10 19:18:09 +0200 |
---|---|---|
committer | Mikolaj Izdebski <mizdebsk@redhat.com> | 2017-04-10 17:23:03 +0000 |
commit | 8c507cfa063d21e3f5c7a85e75dc923fa11e8404 (patch) | |
tree | da57e6df532aaf281be94701f2cf8a3e7ecfed18 | |
parent | 9877d8ec6b128eced9cf99a56f490b8e62411d67 (diff) | |
download | ansible-8c507cfa063d21e3f5c7a85e75dc923fa11e8404.tar.gz ansible-8c507cfa063d21e3f5c7a85e75dc923fa11e8404.tar.xz ansible-8c507cfa063d21e3f5c7a85e75dc923fa11e8404.zip |
Allow Koschei backend to emit new fedmsg topic
Upstream links:
- issue: https://github.com/msimacek/koschei/issues/17
- pull request: https://github.com/msimacek/koschei/pull/136
-rw-r--r-- | inventory/group_vars/koschei-backend | 1 | ||||
-rw-r--r-- | inventory/group_vars/koschei-backend-stg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/inventory/group_vars/koschei-backend b/inventory/group_vars/koschei-backend index a6e637ed6..2d3cd0a59 100644 --- a/inventory/group_vars/koschei-backend +++ b/inventory/group_vars/koschei-backend @@ -42,6 +42,7 @@ fedmsg_certs: owner: root group: koschei can_send: + - koschei.collection.state.change - koschei.package.state.change - koschei.update diff --git a/inventory/group_vars/koschei-backend-stg b/inventory/group_vars/koschei-backend-stg index 02adf9c6e..02e4f6e82 100644 --- a/inventory/group_vars/koschei-backend-stg +++ b/inventory/group_vars/koschei-backend-stg @@ -40,6 +40,7 @@ fedmsg_certs: owner: root group: koschei can_send: + - koschei.collection.state.change - koschei.package.state.change - koschei.update |