-
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
Fix pillar include regression #52490
Conversation
Hm... does this make https://github.com/saltstack/salt/pull/52008/files irrelevant? Or is this change for a different problem? |
@waynew Looks like this is a separate issue. I think we should merge this change into your PR. |
The thing I'm most concerned about is that this PR is removing the matched_pstates (or changing it to assignment rather than .extend) |
@waynew okay, I'll take a look at it again. |
@waynew I took a look at this again and everything still looks right to me. Is there a test we can write that would confirm there is or is not an issue? Or would you like me to merge this into your change so you can test it? |
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.
👍
What does this PR do?
Fixes #52134
Wild card include issue #22063
Previous Behavior
Including from multiple files stomped on pillar key
New Behavior
Fixes key stomping regression
Tests written?
Yes
Commits signed with GPG?
Yes