mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
docs: Clarify that RabbitMQ user's password can be changed without force
This commit is contained in:
parent
772913e777
commit
664e7a9f6d
1 changed files with 2 additions and 2 deletions
|
@ -91,9 +91,9 @@ def present(name, password=None, force=False, tags=None, perms=(), runas=None):
|
|||
name
|
||||
User name
|
||||
password
|
||||
User's password, if one needs to be set
|
||||
The user's password
|
||||
force
|
||||
If user exists, forcibly change the password
|
||||
If force is ``True``, the password will be automatically updated without extra password change check.
|
||||
tags
|
||||
Optional list of tags for the user
|
||||
perms
|
||||
|
|
Loading…
Add table
Reference in a new issue