I am trying to use windows share to copy files. Its working fine in windows where as it is giving error when i am using it linux.
remote_file 'download' do
source 'file:////server/repo/client.zip'
path "/etc/chef/client.zip"
end
Error log
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