22.18.11. salt.output.raw

22.18.11.1. Display raw output data structure

This outputter simply displays the output as a python data structure, by printing a string representation of it. It is similar to the pprint outputter, only the data is not nicely formatted/indented.

This was the original outputter used by Salt before the outputter system was developed.

Example output:

{'myminion': {'foo': {'list': ['Hello', 'World'], 'bar': 'baz', 'dictionary': {'abc': 123, 'def': 456}}}}
salt.output.raw.output(data)

Rather basic....

Docs for previous releases are available on salt.rtfd.org.

Latest Salt release: 2014.1.13

Try the shiny new release candidate of Salt, v2014.7.0rc6! More info here.

Table Of Contents

Previous topic

22.18.10. salt.output.pprint_out

Next topic

22.18.12. salt.output.txt

SaltStack News

Upcoming SaltStack events, webinars and local meet ups and user groups.