- From: Kiril Ilyev <
>
- To:
- Subject: [chef] Using remote_file issue with file://
- Date: Fri, 17 Jul 2015 18:48:48 +0200
Dear all,
the following snippet doesn't seem to work properly:
default[:aem][:download_url] = 'file:///my/path/to/my/file.jar'
remote_jar_name = "aem-quickstart-#{node[:aem][:version]}.jar"
remote_file "#{Chef::Config[:file_cache_path]}/#{remote_jar_name}" do
source "#{vars[:download_url]}"
mode "0755"
action :create_if_missing
end
Can you please advice.
Thanks in advance,
Kiril
- [chef] Using remote_file issue with file://, Kiril Ilyev, 07/17/2015
Archive powered by MHonArc 2.6.16.