-
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
[3007.x] Fix pillar.ls doesn't accept kwargs #66263
[3007.x] Fix pillar.ls doesn't accept kwargs #66263
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.
Just because something was not done right(at least to today's wanted standards), it does not mean we can't start fixing it early on without tackling the full length of it.
This way you address the problem you wanted to fix, without increasing the future burden of the underlying bigger problem.
What does this PR do?
See issue for details.
What issues does this PR fix or reference?
Fixes: #66262
Previous Behavior
Error if kwargs are passed.
New Behavior
kwargs are passed to
pillar.items
Merge requirements satisfied?
[NOTICE] Bug fixes or features added to Salt require tests.
Commits signed with GPG?
Yes
Please review Salt's Contributing Guide for best practices.
See GitHub's page on GPG signing for more information about signing commits with GPG.