We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69154a7 + a04fe46 commit 62c54f0Copy full SHA for 62c54f0
postgres/templates/pg_hba.conf.j2
@@ -38,5 +38,5 @@ local all postgres peer
38
{%- endif %}
39
40
41
-{{ '{0:<8}{1:<16}{2:<16}{3:<24}{4}'.format(*acl) -}}
+{{ '{0:<7} {1:<15} {2:<15} {3:<23} {4}'.format(*acl) -}}
42
{% endfor %}
0 commit comments