YATypofix.

This commit is contained in:
Ralph Bean 2015-06-16 19:44:52 +00:00
parent 37936e3360
commit 07667d7ea2

View file

@ -41,7 +41,7 @@
{% endif %}
# if the host declares a fedmsg-enabled wsgi app, open ports for it
{% if fedmsg_wsgi_service is defined %}
{% if wsgi_fedmsg_service is defined %}
{% for i in range(wsgi_procs * wsgi_threads) %}
-A INPUT -p tcp -m tcp --dport 30{{ '%02d' % i }} -j ACCEPT
{% endfor %}