Lists fedora_elections and shell in ssl.py

This commit is contained in:
Pierre-Yves Chibon 2014-06-16 17:48:35 +02:00
parent c71811ac96
commit 7a1c15fe3d

View file

@ -144,6 +144,11 @@ config = dict(
("bodhi.bodhi01", "bodhi-bodhi01.%s" % suffix),
("bodhi.bodhi02", "bodhi-bodhi02.%s" % suffix),
("shell.elections01", "shell-elections01.%s" % suffix),
("shell.elections02", "shell-elections02.%s" % suffix),
("fedora_elections.elections01", "fedora_elections.elections01.%s" % suffix),
("fedora_elections.elections02", "fedora_elections.elections02.%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,