Manage groups on FreeBSD
Important
If you feel that Salt should be using this module to manage groups on a minion, and it is using a different module (or gives an error similar to 'group.info' is not available), see here.
Changed in version 3006.0.
Add the specified group
Name of the new group
Use GID for the new group
CLI Example:
salt '*' group.add foo 3456
Add a user in the group.
CLI Example:
salt '*' group.adduser foo bar
Verifies if a valid username 'bar' as a member of an existing group 'foo', if not then adds it.
Change the gid for a named group
CLI Example:
salt '*' group.chgid foo 4376
Remove a user from the group.
CLI Example:
salt '*' group.deluser foo bar
Removes a member user 'bar' from a group 'foo'. If group is not present then returns True.
Return info on all groups
CLI Example:
salt '*' group.getent
Generated on December 18, 2024 at 17:29:25 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.9, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy