Manage groups on Linux and OpenBSD
Add the specified group
CLI Example:
salt '*' group.add foo 3456
Add a user in the group.
CLI Example:
salt '*' group.adduser foo bar
Verifies if a valid username 'bar' as a member of an existing group 'foo', if not then adds it.
Change the gid for a named group
CLI Example:
salt '*' group.chgid foo 4376
Remove the named group
CLI Example:
salt '*' group.delete foo
Remove a user from the group.
CLI Example:
salt '*' group.deluser foo bar
Removes a member user 'bar' from a group 'foo'. If group is not present then returns True.
Return info on all groups
CLI Example:
salt '*' group.getent
Return information about a group
CLI Example:
salt '*' group.info foo
Replaces members of the group with a provided list.
CLI Example:
salt '*' group.members foo 'user1,user2,user3,...'
Docs for previous releases are available on salt.rtfd.org.
Latest Salt release: 2014.7.1
22.16.72. salt.modules.grub_legacy
Upcoming SaltStack events, webinars and local meet ups and user groups.