2015.5.0 新版功能.
This outputter is designed for Salt CLI return data. It will do the following to the return dict:
This results in a single string of return data containing all the values from the various minions.
警告
As noted above, this outputter will discard the minion ID. If the minion ID
is important, then an outputter that returns the full return dictionary in
a parsable format (such as json
, pprint,
, or yaml
) may be more
suitable.