Manage groups on Linux and OpenBSD
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
Current Salt release: 2014.1.6
Docs for previous releases on salt.rtfd.org.