mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
don't make it sound like returners prevent return data going back to the master
This commit is contained in:
parent
d38860ee8c
commit
9bca49af76
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue