ensure template compatible with python 2

This commit is contained in:
Mike Brannigan 2016-09-15 08:20:24 -05:00
parent 414f117011
commit e2cf9e96d7

View file

@ -38,5 +38,5 @@ local all postgres peer
{%- endif %}
{%- endif %}
{{ '{:<8}{:<16}{:<16}{:<24}{}'.format(*acl) -}}
{{ '{0:<8}{1:<16}{2:<16}{3:<24}{4}'.format(*acl) -}}
{% endfor %}