Manage groups on FreeBSD
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.puppet
salt.modules.pw_user
Enter search terms or a module, class or function name.