java - Installing Tomcat-8 using Chef -


i'm trying install tomcat 8 using chef terraform. working fine adding tomcat run list node. after getting logged client system, when hit sudo chef-client gives me error attached below. tomcat , it's dependence downloaded chef supermarket. please me resolve this. tiaenter image description here

from attached exception need provide in recipe's attributes/default.rb openjdk_version attribute.

node['java']['jdk_version'] = '8' 

in way override default 6 version of jdk. i'm not entirely sure correct syntax here, can try too:

default['java']['openjdk_version'] = 'openjdk-8-jdk' 

for reference can check https://github.com/agileorbit-cookbooks/java


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -