remote_file 'copyfile2' do
source 'file:////myshare/chef_file_create.ps1'
path 'c:/temp/chef_file_create.ps1'
end
This worked fine once after that it errors out with permissions denied. i even tried adding atomic_update false like one post suggested.
tried file:/// instead of file://// but still no luck
Any ideas?