From dcfe1d6a6403009e5d4502df1ccac6ace00d8673 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 13 Oct 2015 17:03:15 +0000 Subject: [PATCH] Fix syntax error in resultsdb fedmsg config. --- roles/taskotron/resultsdb-fedmsg/files/resultsdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/taskotron/resultsdb-fedmsg/files/resultsdb.py b/roles/taskotron/resultsdb-fedmsg/files/resultsdb.py index 4c301e3867..bd1b9a6f7a 100644 --- a/roles/taskotron/resultsdb-fedmsg/files/resultsdb.py +++ b/roles/taskotron/resultsdb-fedmsg/files/resultsdb.py @@ -4,5 +4,5 @@ config = { # in /etc/fedmsg.d/relay.py instead of binding to ports and waiting for # listeners. We need this so that we can push our messages on to the # fedora-infra proper bus from over in the QA network. - active=True, + 'active': True, }