Fix syntax error.

This commit is contained in:
Ralph Bean 2015-06-16 19:23:20 +00:00
parent c680e56767
commit afc02b0bb5

View file

@ -107,7 +107,7 @@ config = dict(
{% if 'fedmsg_wsgi_service' in hostvars[host] %}
"{{hostvars[host]['fedmsg_wsgi_service']}}.{{hostvars[host].split('.')|first}}": [
{% for i in range(wsgi_procs * wsgi_threads) %}
"tcp://{{host}}:30{{%02d % i}}",
"tcp://{{host}}:30{{'%02d' % i}}",
{% endfor %}
],
{% endif %}