Execute a command and read the output as JSON. The JSON data is then directly overlaid onto the minion's Pillar data.
Set the following Salt config to setup cmd json result as external pillar source:
ext_pillar:
- cmd_json: 'echo {"arg":"value"}'
This will run the command echo {arg: value}
on the master.
Execute a command and read the output as JSON