A Salt outputter module is a Python module placed in a directory called _output/
at the root of the Salt fileserver, usually /srv/salt
. Outputter modules display affect how that data is shown to the user.
The tiny outputter displays the results of state runs the most succint way, and can be selected by using the command-line option --out:
salt-ssh <minion-id> state.apply <state> --out tiny