Do not deprecate old syntax in module.run
state
#55551
Labels
Documentation
Relates to Salt documentation
Duplicate
Duplicate of another issue or PR - will be closed
Milestone
Description of Issue
In this PR #39891 new syntax was introduced to the
module.run
state.Here is an example of before/after:
In order to use the new syntax you would need to add a config option:
Currently this new syntax was marked to deprecate the old syntax in the Sodium release https://github.com/saltstack/salt/blob/v2019.2.2/salt/states/module.py#L221
This ticket is to track the work to ensure this old syntax never gets deprecated. There are too many people that use the old syntax and it works perfectly fine and we do not want to rip out this behavior.
This ticket should include:
module.run
state instead of messaging around the old syntax eventually being removed.The text was updated successfully, but these errors were encountered: