mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update documentation for 'gid_from_name' parameter
This commit is contained in:
parent
52f9c06908
commit
9fdaa0d5e9
1 changed files with 2 additions and 1 deletions
|
@ -244,7 +244,8 @@ def present(name,
|
|||
|
||||
gid_from_name
|
||||
If True, the default group id will be set to the id of the group with
|
||||
the same name as the user, Default is ``False``.
|
||||
the same name as the user. If the group does not exist the state will
|
||||
fail. Default is ``False``.
|
||||
|
||||
groups
|
||||
A list of groups to assign the user to, pass a list object. If a group
|
||||
|
|
Loading…
Add table
Reference in a new issue