search for: group1group2

Displaying 1 result from an estimated 1 matches for "group1group2".

2012 Nov 09
2
Passing an array of user groups to a define
As I try to get some flexibility in the creation of users, I switched to a define. problem is, I can''t pass an array of user groups anymore. This either results in - wrong group creation: group1,group1group2,group2 (see that group1 and group2 are concatenated in the middle, undefined group) - error: Group names must be provided as an array, not a comma-separated list. I use the following define: define users::definitions ( $home = "/home/$title", $usergroups = $title, $...