salt/changelog/52452.fixed.md
jeanluc 808699f343 Make salt-ssh more strict when handling unexpected situations
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.
2023-12-18 10:16:04 -07:00

122 B

Fixed salt-ssh continues state/pillar rendering with incorrect data when an exception is raised by a module on the target