saltstack / salt

Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:
https://repo.saltproject.io/
Apache License 2.0
13.98k stars 5.47k forks source link

[3007.x] Fix Salt-SSH loader attribute access, document that it's still not recommended #66606

Open lkubb opened 1 month ago

lkubb commented 1 month ago

What does this PR do?

What issues does this PR fix or reference?

Fixes: https://github.com/saltstack/salt/issues/41794 Fixes: https://github.com/saltstack/salt/issues/66376 Fixes: https://github.com/saltstack/salt/issues/66600

Previous Behavior

Several issues when using the salt.foo.bar syntax (see linked issues)

New Behavior

Works as expected. There might be some unknown edge cases though, so still prefer salt['foo.bar'].

Merge requirements satisfied?

Commits signed with GPG?

Yes