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