mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update enable_ssh_minions
docs after PR 65646
This commit is contained in:
parent
afe89f8916
commit
0b129443e3
1 changed files with 7 additions and 2 deletions
|
@ -112,8 +112,13 @@ Tell the master to also use salt-ssh when running commands against minions.
|
|||
|
||||
.. note::
|
||||
|
||||
Cross-minion communication is still not possible. The Salt mine and
|
||||
publish.publish do not work between minion types.
|
||||
Enabling this does not influence the limitations on cross-minion communication.
|
||||
The Salt mine and ``publish.publish`` do not work from regular minions
|
||||
to SSH minions, the other way around is partly possible since 3007.0
|
||||
(during state rendering on the master).
|
||||
This means you can use the mentioned functions to call out to regular minions
|
||||
in ``sls`` templates and wrapper modules, but state modules
|
||||
(which are executed on the remote) relying on them still do not work.
|
||||
|
||||
``ret_port``
|
||||
------------
|
||||
|
|
Loading…
Add table
Reference in a new issue