mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
Merge 823dde7dcf
into 7529300c28
This commit is contained in:
commit
8f410480c2
2 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
{{ state }}-{{ name }}:
|
||||
{{ state }}.{{ ensure|default('present') }}:
|
||||
{{- format_kwargs(kwarg) }}
|
||||
- onchanges:
|
||||
- require:
|
||||
- test: postgres-reload-modules
|
||||
|
||||
{%- endmacro %}
|
||||
|
|
|
@ -20,6 +20,8 @@ include:
|
|||
postgres-reload-modules:
|
||||
test.succeed_with_changes:
|
||||
- reload_modules: True
|
||||
- onchanges:
|
||||
- pkg: postgresql-client-libs
|
||||
|
||||
# User states
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue