Merge pull request #113 from itbabu/lc_ctype

Fix typo
This commit is contained in:
Niels Abspoel 2016-08-02 22:57:55 +02:00 committed by GitHub
commit da0c915d7c

View file

@ -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 }}