diff --git a/roles/fedmsg/base/templates/ssl.py.j2 b/roles/fedmsg/base/templates/ssl.py.j2 index aebc481fa3..ab3e6c3499 100644 --- a/roles/fedmsg/base/templates/ssl.py.j2 +++ b/roles/fedmsg/base/templates/ssl.py.j2 @@ -182,9 +182,10 @@ config = dict( ("mirrormanager2.mm-frontend01", "mirrormanager2-mm-frontend01.%s" % suffix), ("shell.mm-frontend01", "shell-mm-frontend01.%s" % suffix), - ("shell.mm-backend01", "shell-mm-backend01.%s" % suffix), ("shell.mm-crawler01", "shell-mm-crawler01.%s" % suffix), ("shell.mm-crawler02", "shell-mm-crawler02.%s" % suffix), + ("shell.mm-backend01", "shell-mm-backend01.%s" % suffix), + ("mirrormanager.mm-backend01", "shell-mm-backend01.%s" % suffix), ("shell.anitya-frontend01", "shell-anitya-frontend01.fedoraproject.org"), ("anitya.anitya-frontend01", "anitya-anitya-frontend01.fedoraproject.org"),