mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Corrected the description of the two parameters mkey and key in the MWorker constructor.
This commit is contained in:
parent
d4b2957194
commit
748943cd59
1 changed files with 2 additions and 2 deletions
|
@ -950,8 +950,8 @@ class MWorker(salt.utils.process.SignalHandlingProcess):
|
|||
Create a salt master worker process
|
||||
|
||||
:param dict opts: The salt options
|
||||
:param dict mkey: The user running the salt master and the AES key
|
||||
:param dict key: The user running the salt master and the RSA key
|
||||
:param dict mkey: The user running the salt master and the RSA key
|
||||
:param dict key: The user running the salt master and the AES key
|
||||
|
||||
:rtype: MWorker
|
||||
:return: Master worker
|
||||
|
|
Loading…
Add table
Reference in a new issue