Commit bf44a21
committed
Ensure access config file is written before notifications are sent
If you use the postgresql_access resource and have it trigger a reload of the
postgresql_service resource, it will not do it in the correct order. Currently,
it will reload the server, and then the config file gets updated which means the
new config is never reloaded.
This ensures that it happens at the end of the resource run so it works in the
proper order.
Signed-off-by: Lance Albertson <[email protected]>1 parent 537a860 commit bf44a21
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
| |||
0 commit comments