From e7f82a1981c6256d96afb9208a8e966dce999128 Mon Sep 17 00:00:00 2001 From: Marco Badan Date: Tue, 2 Aug 2016 22:50:16 +0200 Subject: [PATCH] Fix typo --- postgres/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}