mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-15 17:20:25 +00:00
Add watch state, to watch pg_hba.conf.
This commit is contained in:
parent
4a2a60f6bf
commit
be6689a770
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ postgresql:
|
|||
- running
|
||||
- enable: true
|
||||
- name: {{ postgres.service }}
|
||||
- watch:
|
||||
- file: {{ postgres.pg_hba }}
|
||||
- require:
|
||||
- pkg: {{ postgres.pkg }}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue