Manage groups on Mac OS 10.7+
salt.modules.mac_group.
add
(name, gid=None, **kwargs)Add the specified group
CLI Example:
salt '*' group.add foo 3456
salt.modules.mac_group.
adduser
(group, name)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.
salt.modules.mac_group.
chgid
(name, gid)Change the gid for a named group
CLI Example:
salt '*' group.chgid foo 4376
salt.modules.mac_group.
deluser
(group, name)Remove a user from the group
New in version 2016.3.0.
CLI Example:
salt '*' group.deluser foo bar
Removes a member user 'bar' from a group 'foo'. If group is not present then returns True.
salt.modules.mac_group.
getent
(refresh=False)Return info on all groups
CLI Example:
salt '*' group.getent
Generated on February 25, 2019 at 06:53:47 MST.
You are viewing docs for the previous stable release, 2017.7.8. Switch to docs for the latest stable release, 2018.3.3, or to a recent doc build from the develop branch.
© 2019 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy