Add bodhi01 to the fedmsg ssl.py

This commit is contained in:
Luke Macken 2014-02-20 20:44:48 +00:00
parent 75260593b2
commit fc78e7cad5

View file

@ -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,