From 6f892829af2464a5c031249b9878812a98452dcc Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 13 Oct 2015 17:27:21 +0000 Subject: [PATCH] Also specify fedmsg cert_prefix for resultsdb. --- roles/taskotron/resultsdb-fedmsg/files/resultsdb.py | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/taskotron/resultsdb-fedmsg/files/resultsdb.py b/roles/taskotron/resultsdb-fedmsg/files/resultsdb.py index e925de04f6..10525eab46 100644 --- a/roles/taskotron/resultsdb-fedmsg/files/resultsdb.py +++ b/roles/taskotron/resultsdb-fedmsg/files/resultsdb.py @@ -6,4 +6,5 @@ config = { # fedora-infra proper bus from over in the QA network. 'active': True, 'name': 'relay_inbound', + 'cert_prefix': 'resultsdb', }