mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-15 17:20:25 +00:00
Fix typo
This commit is contained in:
parent
767b418822
commit
e7f82a1981
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ postgresql-db-{{ name }}:
|
|||
- encoding: {{ db.encoding }}
|
||||
{% endif %}
|
||||
{% if 'lc_ctype' in db %}
|
||||
- lc_ctype: {{ db.lc_type }}
|
||||
- lc_ctype: {{ db.lc_ctype }}
|
||||
{% endif %}
|
||||
{% if 'lc_collate' in db %}
|
||||
- lc_collate: {{ db.lc_collate }}
|
||||
|
|
Loading…
Add table
Reference in a new issue