Add watch state, to watch pg_hba.conf.

This commit is contained in:
Audrey Roy 2014-05-15 15:09:21 -07:00
parent 4a2a60f6bf
commit be6689a770

View file

@ -8,6 +8,8 @@ postgresql:
- running
- enable: true
- name: {{ postgres.service }}
- watch:
- file: {{ postgres.pg_hba }}
- require:
- pkg: {{ postgres.pkg }}