Windows共有を使用してファイルをコピーしようとしています。Linuxを使用しているときにエラーが発生するため、Windowsで正常に動作します。
remote_file 'download' do
source 'file:////server/repo/client.zip'
path "/etc/chef/client.zip"
end
エラーログ
Errno::ENOENT ------------- No such file or directory @ 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