It seems that there's a problem with this cookbook.
The line : user_array = user_array.send(:[], hash_key)
is returning "nil" for user_array when using the default "users" value for default['user']['user_array_node_attr']
The command "Array(user_array).each do |i|" that follows then fails to execute.
user: Comments
3 months ago
It seems that there's a problem with this cookbook. The line : user_array = user_array.send(:[], hash_key) is returning "nil" for user_array when using the default "users" value for default['user']['user_array_node_attr'] The command "Array(user_array).each do |i|" that follows then fails to execute.