-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explicity pass context for salt-ssh state calls #63184
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoa this looks nice. Honestly, the functions being called should have never gained optional context parameters — that pattern was always a recipe that introduced fragility for maintainers and hid code smells. Hoping that Salt code will gain some type checking soon, to make these problems easier to solve.
Please ensure that your PR complies with the stated requirements for merging — including but not limited to fixing the testing. Thanks.
e8148dc
to
13afb21
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably get the commits signing again.
Fixes: #60003