Skip to content

Commit 62c54f0

Browse files
Merge pull request #128 from Laogeodritt/laogeodritt-fix-acl
Fix missing spaces in long pg_hba.conf lines
2 parents 69154a7 + a04fe46 commit 62c54f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/templates/pg_hba.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ local all postgres peer
3838
{%- endif %}
3939

4040
{%- endif %}
41-
{{ '{0:<8}{1:<16}{2:<16}{3:<24}{4}'.format(*acl) -}}
41+
{{ '{0:<7} {1:<15} {2:<15} {3:<23} {4}'.format(*acl) -}}
4242
{% endfor %}

0 commit comments

Comments
 (0)