logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cdist-type__user_groups - Manage user groups

Authors

Steven Armstrong <steven-cdist--@--armstrong.cc>

Copying

Copyright (C) 2012 Steven Armstrong. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Description

Adds or removes a user from one or more groups.

Examples

__user_groups nginx --group webuser1 --group webuser2 # remove user nginx from groups webuser2 __user_groups nginx-webuser2 --user nginx \ --group webuser2 --state absent

Name

cdist-type__user_groups - Manage user groups

Optional Parameters

user the name of the user. Defaults to object_id state absent or present. Defaults to present.

Required Parameters

group the group to which this user should be added or removed. Can be specified multiple times.

See Also