diff --git a/roles/fedmsg/base/templates/ssl.py.j2 b/roles/fedmsg/base/templates/ssl.py.j2 index b3ffe82ce8..e6f578e615 100644 --- a/roles/fedmsg/base/templates/ssl.py.j2 +++ b/roles/fedmsg/base/templates/ssl.py.j2 @@ -48,6 +48,8 @@ config = dict( ] + [ ("fmn.notifs-web0%i" % i, "fmn-notifs-web0%i.%s" % (i, suffix)) for i in range(1, 3) + ] + [ + ("shell.notifs-backend01", "shell-notifs-backend01.%s" % suffix), ] + [ ("fmn.notifs-backend01", "fmn-notifs-backend01.%s" % suffix), ] + [