mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #6236 from teepark/returner-doc-change
don't make it sound like returners prevent return data going back to the master
This commit is contained in:
commit
ee29168713
@ -4,11 +4,11 @@ Returners
|
||||
|
||||
By default the return values of the commands sent to the Salt minions are
|
||||
returned to the salt-master. But since the commands executed on the Salt
|
||||
minions are detached from the call on the Salt master, there is no need for
|
||||
the minion to return the data to the Salt master.
|
||||
minions are detached from the call on the Salt master, anything at all can be
|
||||
done with the results data.
|
||||
|
||||
This is where the returner interface comes in. Returners are modules called
|
||||
in place of returning the data to the Salt master.
|
||||
in addition to returning the data to the Salt master.
|
||||
|
||||
The returner interface allows the return data to be sent to any system that
|
||||
can receive data. This means that return data can be sent to a Redis server,
|
||||
|
Loading…
Reference in New Issue
Block a user