mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo, more documentation
This commit is contained in:
parent
d8c2f3e57a
commit
b057be04b4
1 changed files with 3 additions and 2 deletions
|
@ -470,7 +470,7 @@ def join_domain(domain,
|
|||
:param bool account_exists:
|
||||
If set to ``True`` the computer will only join the domain if the account
|
||||
already exists. If set to ``False`` the computer account will be created
|
||||
if it does not exists, otherwise it will use the existing account.
|
||||
if it does not exist, otherwise it will use the existing account.
|
||||
Default is False
|
||||
|
||||
:param bool restart: Restarts the computer after a successful join
|
||||
|
@ -564,7 +564,8 @@ def unjoin_domain(username=None,
|
|||
.. versionadded:: 2015.8.2
|
||||
|
||||
:param bool disable:
|
||||
Disable the user account in Active Directory. True to disable.
|
||||
Disable the computer account in Active Directory. True to disable.
|
||||
Default is False
|
||||
|
||||
:param bool restart: Restart the computer after successful unjoin
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue