Manage groups on Linux
Members
Add the specified group
CLI Example:
salt '*' group.add foo 3456
Change the gid for a named group
salt '*' group.chgid foo 4376
Remove the named group
salt '*' group.delete foo
Return info on all groups
salt '*' group.getent
Return information about a group
salt '*' group.info foo
salt.modules.grains
salt.modules.grub
Enter search terms or a module, class or function name.