From 7a1c15fe3dbfba1ec42a0668e0b1ddaad26d3d5d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 16 Jun 2014 17:48:35 +0200 Subject: [PATCH] Lists fedora_elections and shell in ssl.py --- roles/fedmsg/base/templates/ssl.py.j2 | 5 +++++ 1 file changed, 5 insertions(+) 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,