mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
Merge pull request #128 from Laogeodritt/laogeodritt-fix-acl
Fix missing spaces in long pg_hba.conf lines
This commit is contained in:
commit
62c54f04d7
1 changed files with 1 additions and 1 deletions
|
@ -38,5 +38,5 @@ local all postgres peer
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{{ '{0:<8}{1:<16}{2:<16}{3:<24}{4}'.format(*acl) -}}
|
{{ '{0:<7} {1:<15} {2:<15} {3:<23} {4}'.format(*acl) -}}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue