标签: chef-recipe
我想实现以下目标:
template 'c:\users\gauravga\Desktop\test.config' do source 'Test.erb' variables({ JSON.parse(File.read('path\password.json')) }) action :create end