From be6689a77035df82c3c5281244dd2da606995bcb Mon Sep 17 00:00:00 2001 From: Audrey Roy Date: Thu, 15 May 2014 15:09:21 -0700 Subject: [PATCH] Add watch state, to watch pg_hba.conf. --- postgres/init.sls | 2 ++ 1 file changed, 2 insertions(+) diff --git a/postgres/init.sls b/postgres/init.sls index e0d1c46..6bb6936 100644 --- a/postgres/init.sls +++ b/postgres/init.sls @@ -8,6 +8,8 @@ postgresql: - running - enable: true - name: {{ postgres.service }} + - watch: + - file: {{ postgres.pg_hba }} - require: - pkg: {{ postgres.pkg }}