mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix docs
This commit is contained in:
parent
6c914caec8
commit
f4c9c2a5cf
1 changed files with 2 additions and 2 deletions
|
@ -217,11 +217,11 @@ def send(name, *args, **kwargs):
|
|||
and whose value will be stored in the salt mine. Defaults to ``name``.
|
||||
:param str allow_tgt: Targeting specification for ACL. Specifies which minions
|
||||
are allowed to access this function. Please note both your master and
|
||||
minion need to be on atleast version 3000 for this to work properly.
|
||||
minion need to be on, at least, version 3000 for this to work properly.
|
||||
|
||||
:param str allow_tgt_type: Type of the targeting specification. This value will
|
||||
be ignored if ``allow_tgt`` is not specified. Please note both your
|
||||
master and minion need to be on atleast version 3000 for this to work
|
||||
master and minion need to be on, at least, version 3000 for this to work
|
||||
properly.
|
||||
|
||||
Remaining args and kwargs will be passed on to the function to run.
|
||||
|
|
Loading…
Add table
Reference in a new issue