From fc78e7cad58cf7ee14dbc25e3e0d821bca06989e Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Thu, 20 Feb 2014 20:44:48 +0000 Subject: [PATCH] Add bodhi01 to the fedmsg ssl.py --- roles/fedmsg_base/templates/ssl.py.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/fedmsg_base/templates/ssl.py.j2 b/roles/fedmsg_base/templates/ssl.py.j2 index 1ddd08a2d9..37a3c72e7b 100644 --- a/roles/fedmsg_base/templates/ssl.py.j2 +++ b/roles/fedmsg_base/templates/ssl.py.j2 @@ -140,6 +140,9 @@ config = dict( ("shell.mailman01", "shell-mailman01.%s" % suffix), ("mailman.mailman01", "mailman-mailman01.%s" % suffix), + ("shell.bodhi01", "shell-bodhi01.%s" % suffix), + ("bodhi.bodhi01", "bodhi-bodhi01.%s" % suffix), + # This is for the copr backend, which is a little different. The # "cert-prefix" is just "copr", and is hardcoded in # backend/dispatcher.py. The hostname is also a little different,