salt.output.pprint_out

The python pretty print system was the default outputter. This outputter simply passed the data passed into it through the pprint module.

salt.output.pprint_out.output(data)

Print out via pretty print