mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add versionadded to new path option
This commit is contained in:
parent
e54afed73a
commit
2b0afd0230
1 changed files with 3 additions and 1 deletions
|
@ -363,7 +363,9 @@ def user_present(name, policies=None, policies_from_pillars=None, password=None,
|
|||
The password for the new user. Must comply with account policy.
|
||||
|
||||
path (string)
|
||||
The path of the user. Default is '/'
|
||||
The path of the user. Default is '/'.
|
||||
|
||||
.. versionadded:: 2015.8.2
|
||||
|
||||
region (string)
|
||||
Region to connect to.
|
||||
|
|
Loading…
Add table
Reference in a new issue