mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
pg_hba.conf is Jinja-templated.
This commit is contained in:
parent
be6689a770
commit
0657d2fbde
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ pg_hba.conf:
|
||||||
file.managed:
|
file.managed:
|
||||||
- name: {{ postgres.pg_hba }}
|
- name: {{ postgres.pg_hba }}
|
||||||
- source: salt://postgres/pg_hba.conf
|
- source: salt://postgres/pg_hba.conf
|
||||||
|
- template: jinja
|
||||||
- user: postgres
|
- user: postgres
|
||||||
- group: postgres
|
- group: postgres
|
||||||
- mode: 644
|
- mode: 644
|
||||||
|
|
Loading…
Add table
Reference in a new issue