diff --git a/roles/fedmsg/base/templates/ssl.py.j2 b/roles/fedmsg/base/templates/ssl.py.j2 index b5b906c9f7..1aeff60d5e 100644 --- a/roles/fedmsg/base/templates/ssl.py.j2 +++ b/roles/fedmsg/base/templates/ssl.py.j2 @@ -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,