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,