salt.output.txt#

Simple text outputter#

The txt outputter has been developed to make the output from shell commands on minions appear as they do when the command is executed on the minion.

CLI Example:

salt '*' foo.bar --out=txt
salt.output.txt.output(data, **kwargs)#

Output the data in lines, very nice for running commands