Closed erwindon closed 4 weeks ago
analysis:
that commit added recognition of documentation-output.
output of pillar.items
is recognized as documentation and showed as such since then.
root cause: insufficient validation all output that consists of a dict with just string values are assumed to be documentation output.
solution:
sys.doc
/ runners.doc.runner
/ runners.doc.wheel
).
Describe the bug When command
pillar.items
is used from commandbox, the output is organized by the key-names instead of the minion-names.To Reproduce Steps to reproduce the behaviour:
>_
*
pillar.items
Run command
Expected behaviour Output is organized by minion.
Additional context This bug is present since b7bd41a70b8888adc96c4e825d3b9d22553a8f3a and that was June 2018...