salt/changelog/66931.fixed.md
Daniel A. Wozniak 486462b992 Pull in changes from #66931
Make sure we only call chmod when pull_path or pub_path is used. Add
regression tests for this behavior.
2024-10-29 14:32:21 -07:00

260 B

transports.tcp: ensure pull path is being used before attempting chmod. The fix prevents an unnecessary traceback when the TCP transport is not using unix sockets. No functionaly has changed as the traceback occurs when an async task was about to exit anyway.