Manage groups on Solaris
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.
Add the specified group
CLI Example:
salt '*' group.add foo 3456
Change the gid for a named group
CLI Example:
salt '*' group.chgid foo 4376
Remove the named group
CLI Example:
salt '*' group.delete foo
Return info on all groups
CLI Example:
salt '*' group.getent
Return information about a group
CLI Example:
salt '*' group.info foo
Generated on October 23, 2024 at 09:02:06 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