Commit 37ef336
authored
Ensure access config file is written before notifications are sent (#803)
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 825d711 commit 37ef336
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| 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