Open OrangeDog opened 5 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue.
This issue still exists.
Thank you for updating this issue. It is no longer marked as stale.
An sls
requisite also doesn't work with watch
. There's no error, but nothing happens if a state in the target file reports changes.
That's actually documented: https://docs.saltproject.io/en/latest/ref/states/requisites.html#watch
A watch requisite has no effect on SLS requisites (watching for changes in an included SLS). Only the individual state IDs from an included SLS can be watched.
IMO, it should either work, or raise an exception, not silently fail.
one.sls:
two.sls:
output:
A
require
instead works fine.Versions Report