Manage groups on FreeBSD
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
Docs for previous releases are available on salt.rtfd.org.
Latest Salt release: 2014.7.2
22.16.153. salt.modules.puppet
22.16.155. salt.modules.pw_user
Upcoming SaltStack events, webinars and local meet ups and user groups.