Provided by: cdist_4.0.0~pre3-2_all
NAME
cdist-type__user_groups - manage user groups
DESCRIPTION
Adds or removes a user from one or more groups.
REQUIRED PARAMETERS
group the group to which this user should be added or removed. Can be specified multiple times.
OPTIONAL PARAMETERS
user the name of the user. Defaults to object_id state absent or present. Defaults to present.
EXAMPLES
__user_groups nginx --group webuser1 --group webuser2 # remove user nginx from groups webuser2 __user_groups nginx-webuser2 --user nginx \ --group webuser2 --state absent
SEE ALSO
• cdist-type(7)
COPYING
Copyright (C) 2012 Steven Armstrong. Free use of this software is granted under the terms of the GNU General Public License version 3 (GPLv3).
AUTHOR
Steven Armstrong <steven-cdist--@--armstrong.cc> Author. 04/07/2016 CDIST-TYPE__USER_GR(7)