From 0657d2fbdecbba3f468c7aae896f4b0d2f03817c Mon Sep 17 00:00:00 2001 From: Audrey Roy Date: Thu, 15 May 2014 15:31:42 -0700 Subject: [PATCH] pg_hba.conf is Jinja-templated. --- postgres/init.sls | 1 + 1 file changed, 1 insertion(+) diff --git a/postgres/init.sls b/postgres/init.sls index 6bb6936..100f79a 100644 --- a/postgres/init.sls +++ b/postgres/init.sls @@ -17,6 +17,7 @@ pg_hba.conf: file.managed: - name: {{ postgres.pg_hba }} - source: salt://postgres/pg_hba.conf + - template: jinja - user: postgres - group: postgres - mode: 644