mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-15 17:20:25 +00:00
Fix missing spaces in long pg_hba.conf lines
In generated pg_hba.conf, fix missing spaces between arguments if an argument is longer than the column width allotted to that argument in the line.
This commit is contained in:
parent
69154a74f6
commit
a04fe4681b
1 changed files with 1 additions and 1 deletions
|
@ -38,5 +38,5 @@ local all postgres peer
|
|||
{%- 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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue