From 82e743d9930d7fb15caaa04ecdf266f29e4463c0 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 18 Aug 2015 23:00:45 +0000 Subject: [PATCH] fedmsg wants there to be a config var here. --- roles/bodhi2/base/templates/bodhi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/bodhi2/base/templates/bodhi.py b/roles/bodhi2/base/templates/bodhi.py index 55d001772e..efca855c2a 100644 --- a/roles/bodhi2/base/templates/bodhi.py +++ b/roles/bodhi2/base/templates/bodhi.py @@ -3,3 +3,4 @@ # The bodhi-server rpm ships an /etc/fedmsg.d/bodhi.py file by default that has # some nice local settings for testing, but which don't make sense for our # infrastructure. So... we overwrite it with this empty file. +config = {}