diff --git a/postgres/init.sls b/postgres/init.sls index 25efb2c..1fc290f 100644 --- a/postgres/init.sls +++ b/postgres/init.sls @@ -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 }}