Caleb Beard
Caleb Beard
@edevil Have you been able to look at implementing @dmurphy18 's suggestion?
There have been some modifications in this file which has led to conflicts, so could you rebase against those @ctramnitz? Also, a simple unit test for this will help it...
Hi @raulillo82, thanks for the contribution. We will need tests for this in order to get it merged.
@raulillo82 It seems there is some debate about whether this is the correct fix or if openEuler should be added to the RHEL family. I don't know enough about openEuler,...
@zmingee have you been able to circle back to this one?
@waynew seems to have looked at this and agrees with this approach. It needs a changelog and test (something simple, unit is fine), and then it'll be good to go!
@ITJamie Any possibility you could add a test and changelog here? Thanks!
I just tried to reproduce it locally, and it worked with `salt.utils.data.decode`. It seems your error msg and the function you pasted are unrelated because `save_load` is not called inside...
Also, I forgot to mention this, but your solution seems to be breaking on something with a simple non-dict return, for instance with a `test.ping`. Using `salt.utils.data.decode` should handle all...