See https://docs.saltstack.com/en/latest/ref/states/all/salt.states.module.html
This is likely due to the decorator used for that function. We have the @depends decorator which does not cause this problem, so examining them side-by-side should hopefully help reveal what is causing the problem.
See https://docs.saltstack.com/en/latest/ref/states/all/salt.states.module.html
This is likely due to the decorator used for that function. We have the
@dependsdecorator which does not cause this problem, so examining them side-by-side should hopefully help reveal what is causing the problem.