mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #26552 from rallytime/bp-26542
Back-port #26542 to 2015.5
This commit is contained in:
commit
7e67e48656
1 changed files with 5 additions and 4 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue