Krzysztof Pawłowski

Results 2 comments of Krzysztof Pawłowski

Maybe below function in `salt/modules/state.py` should be changed to return dictionary instead of list? ``` def running(concurrent=False): """ Return a list of strings that contain state return data if a...