pg_hba.conf is Jinja-templated.

This commit is contained in:
Audrey Roy 2014-05-15 15:31:42 -07:00
parent be6689a770
commit 0657d2fbde

View file

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