How i can use file:// instead of http:// ?
My recipe remote_file "/opt/tomcat/webapps" do source "file:///tmp/sample.war" mode 0775 owner "root" group "root" backup 5 end
but i getting error msg No such file or directory - /tmp/sample.war.war
How i can use file:// instead of http:// ?
My recipe
remote_file "/opt/tomcat/webapps" do
source "file:///tmp/sample.war"
mode 0775
owner "root"
group "root"
backup 5
end
but i getting error msg
No such file or directory - /tmp/sample.war.war