search for: db_group

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

Did you mean: d_group
2013 Mar 19
1
User Groups (hadnling undefine groups)
...ue ora better handling groups that are not part of this node would be greatly appreciated. Thanks my user class .... $default_groups = [ ''wheel'' ] # db_user will be "undef" and it need to be a empty string if defined(Class[''mysql'']) { $db_group = $mysql::params::group } else { $db_group = '''' } $all_groups = [ $default_groups, $db_group ] notice "All: <${all_groups}>" # This logs correctly "Scope(Class[User::Users]) (notice): All: <wheel>" #fails, but the "notice...