Merge pull request #26552 from rallytime/bp-26542

Back-port #26542 to 2015.5
This commit is contained in:
Justin Findlay 2015-08-21 11:40:11 -06:00
commit 7e67e48656

View file

@ -448,12 +448,13 @@ Ink servers in the master configuration.
highstate_run:
local.state.highstate:
- tgt: {{ data['id'] }}
- ret: smtp_return
- ret: smtp
The above will also return the highstate result data using the `smtp_return`
returner. The returner needs to be configured on the minion for this to
work. See :mod:`salt.returners.smtp_return <salt.returners.smtp_return>` documentation for
that.
returner (use virtualname like when using from the command line with `--return`).
The returner needs to be configured on the minion for this to work.
See :mod:`salt.returners.smtp_return <salt.returners.smtp_return>` documentation
for that.
.. _minion-start-reactor: