Moved conf file watch statement into the if-statement

This commit is contained in:
Seth House 2014-05-16 11:03:35 -06:00
parent 2bd55a5a16
commit 23b9c22398

View file

@ -8,8 +8,6 @@ postgresql:
- running
- enable: true
- name: {{ postgres.service }}
- watch:
- file: {{ postgres.pg_hba }}
- require:
- pkg: {{ postgres.pkg }}
@ -24,6 +22,8 @@ pg_hba.conf:
- mode: 644
- require:
- pkg: {{ postgres.pkg }}
- watch_in:
- service: postgresql
{% endif %}
{% if 'db' in pillar['postgres'] %}