diff --git a/roles/fedmsg/base/templates/endpoints-elections.py.j2 b/roles/fedmsg/base/templates/endpoints-elections.py.j2 index 6d2db79055..bf417358ec 100644 --- a/roles/fedmsg/base/templates/endpoints-elections.py.j2 +++ b/roles/fedmsg/base/templates/endpoints-elections.py.j2 @@ -8,12 +8,12 @@ config = dict( endpoints={ "fedora_elections.elections01": [ "tcp://elections01.%s:30%02i" % (suffix, i) - for i in range(2) + for i in range(16) ], {% if env != 'staging' %} "fedora_elections.elections02": [ "tcp://elections02.%s:30%02i" % (suffix, i) - for i in range(2) + for i in range(16) ], {% endif %} },