returner modules

highstate_return

Return the results of a highstate (or any other state function that returns data in a compatible format) via an HTML email or HTML file.

local

The local returner is used to test the returner interface, it just prints the return data to the console to verify that it is being passed properly

local_cache

Return data to local job cache

multi_returner

Read/Write multiple returners

pgjsonb

Return data to a PostgreSQL server with json data stored in Pg's jsonb data type

postgres

Return data to a postgresql server

postgres_local_cache

Use a postgresql server for the master job cache.

rawfile_json

Take data from salt and "return" it into a raw file containing the json, with one line per event.

syslog_return

Return data to the host operating system's syslog facility