我正在尝试将多个数据包连接到一个数组中:
jettyrealm_prop=[]
data_bag_item('data_' + node.chef_environment, node['product']['realm_databag'].each do |item|
jettyrealm_prop.insert(item)
end)
节点['product']['realm_databag'] 添加到属性中
但这提供了这个错误:
[2018-09-20T10:51:49+02:00] 错误:没有将字符串隐式转换为整数