You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.
Cookbook Trace:
/var/chef/cache/cookbooks/fmw_jdk/recipes/install.rb:49:in `from_file'
Relevant File Content:
/var/chef/cache/cookbooks/fmw_jdk/recipes/install.rb:
42: node.default['fmw_jdk']['install_type'] = 'tar.gz'
43:
44: else
45: fail 'Unknown source_file extension for solaris, please use a tar.gz or tar.Z SVR4 file'
46: end
47: end
48:
49>> fmw_jdk_jdk node['fmw']['java_home_dir'] do
50: action :install
51: java_home_dir node['fmw']['java_home_dir']
52: source_file node['fmw_jdk']['source_file']
53: source_x64_file node['fmw_jdk']['source_x64_file'] if node['os'].include?('solaris2')
54: end
55:
56: # log "####{cookbook_name}::#{recipe_name} #{Time.now.inspect}: Finished execution phase"
57: puts "####{cookbook_name}::#{recipe_name} #{Time.now.inspect}: Finished compile phase"
The text was updated successfully, but these errors were encountered: