mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #26971 from rallytime/reactor-doc-fix
Fix a couple of typos in reactor docs
This commit is contained in:
commit
f86814b2a4
2 changed files with 3 additions and 3 deletions
|
@ -109,7 +109,7 @@ related to the profile or provider config, and any default values that could
|
|||
have been changed in the profile or provider, but weren't.
|
||||
|
||||
salt/cloud/<minion_id>/created
|
||||
-------------------------------
|
||||
------------------------------
|
||||
|
||||
The deploy sequence has completed, and the instance is now available, Salted,
|
||||
and ready for use. This event is the final task for Salt Cloud, before returning
|
||||
|
|
|
@ -273,10 +273,10 @@ Any other parameters in the :py:meth:`LocalClient().cmd()
|
|||
Calling Runner modules and Wheel modules
|
||||
----------------------------------------
|
||||
|
||||
Calling Runenr modules and wheel modules from the Reactor uses a more direct
|
||||
Calling Runner modules and Wheel modules from the Reactor uses a more direct
|
||||
syntax since the function is being executed locally instead of sending a
|
||||
command to a remote system to be executed there. There are no 'arg' or 'kwarg'
|
||||
parameters (unless the Runenr function or Wheel function accepts a paramter
|
||||
parameters (unless the Runner function or Wheel function accepts a parameter
|
||||
with either of those names.)
|
||||
|
||||
For example:
|
||||
|
|
Loading…
Add table
Reference in a new issue