mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 17:50:27 +00:00
Fix mapping
list unpacking in .format()
in pg_ident
j2 template
This commit is contained in:
parent
0023ac30e3
commit
36f449dc7a
1 changed files with 1 additions and 1 deletions
|
@ -47,5 +47,5 @@
|
||||||
# MAPNAME SYSTEM-USERNAME PG-USERNAME
|
# MAPNAME SYSTEM-USERNAME PG-USERNAME
|
||||||
|
|
||||||
{%- for mapping in mappings %}
|
{%- for mapping in mappings %}
|
||||||
{{ '{0:<15} {1:<22} {2}'.format(mapping) -}}
|
{{ '{0:<15} {1:<22} {2}'.format(*mapping) -}}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue