mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00

This commit ensures that output indicating failure is not passed off as the output of the command when it is called via `__salt__`, e.g. during template rendering or in wrapper modules. It does this by raising exceptions when issues are detected and thus simulates the remote error locally. See issue #64531 for a detailed description.
122 B
122 B
Fixed salt-ssh continues state/pillar rendering with incorrect data when an exception is raised by a module on the target