From 806d7651ebe93e8af8ff631285cfe23729382389 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 18 Oct 2016 20:10:04 +0000 Subject: [PATCH] fix ask02 too --- roles/fedmsg/base/templates/endpoints.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fedmsg/base/templates/endpoints.py.j2 b/roles/fedmsg/base/templates/endpoints.py.j2 index 5b43e16e30..453c322fa5 100644 --- a/roles/fedmsg/base/templates/endpoints.py.j2 +++ b/roles/fedmsg/base/templates/endpoints.py.j2 @@ -31,7 +31,7 @@ config = dict( {% if env != 'staging' %} "askbot.ask02": [ "tcp://ask02.%s:30%02i" % (suffix, i) - for i in range(6) + for i in range(12) ], {% endif %}