mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 01:30:25 +00:00
commit
da0c915d7c
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ postgresql-db-{{ name }}:
|
||||||
- encoding: {{ db.encoding }}
|
- encoding: {{ db.encoding }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if 'lc_ctype' in db %}
|
{% if 'lc_ctype' in db %}
|
||||||
- lc_ctype: {{ db.lc_type }}
|
- lc_ctype: {{ db.lc_ctype }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if 'lc_collate' in db %}
|
{% if 'lc_collate' in db %}
|
||||||
- lc_collate: {{ db.lc_collate }}
|
- lc_collate: {{ db.lc_collate }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue