我正在尝试使用 Windows 共享来复制文件。它在 Windows 中工作正常,因为当我使用它 linux 时它会出错。
remote_file 'download' do
source 'file:////server/repo/client.zip'
path "/etc/chef/client.zip"
end
错误日志
Errno::ENOENT ------------- 没有这样的文件或目录 @ rb_sysopen - /server/repo/client.zip
Resource Declaration: ---------------------
# In 52: remote_file 'download' do
53: source 'file:////server/repo/client.zip'
54: path "/etc/chef/client.zip"
56: end
57: #end