如何在ruby块中加载JSON对象并传递给模板?

时间:2018-12-07 08:26:53

标签: chef-recipe

我想实现以下目标:

template 'c:\users\gauravga\Desktop\test.config' do
  source 'Test.erb'
  variables({
            JSON.parse(File.read('path\password.json'))
   })
  action :create
end

0 个答案:

没有答案