-
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
salt.modules.match.search_by not working 2019.2.2 #55149
Comments
By inspecting the code, I have finally made it work by changing What's been changed? |
I think the behaviour was changed by #50183
This doesn't seem right because in this case |
Did you try removing those two lines to see if it works properly? |
Removing the first line |
@angeloudy Thank you for reporting this issue. We will look into it. Thanks. |
I tried to reproduce the issue with a unit test: #55497. |
@Akm0d |
this is fixed by a merged PR closing |
I have the following pillar setup following instructions
https://docs.saltstack.com/en/2018.3/ref/modules/all/salt.modules.match.html
It has been working well for two years until I upgrade salt to 2019.2.2 today.
For example, if I run
salt region1.minion1 pillar.get role
, it used to give a listbut now it gives only one
This is happening to all my minions. And my highstate is based on
role
, which means everything is broken now.The text was updated successfully, but these errors were encountered: