java - Tomcat chef recipe is not using the right version -
how can correctly tell tomcat chef recipes use version 8 of tomcat.
i try these lines in attributes/default.rb file of recipe depending on tomcat:
override['tomcat']['base_version'] = 8 default['tomcat']['base_version'] = 8 raise node['tomcat']['base_instance']
it displays
runtimeerror ------------ tomcat6
how can tomcat recipe using installing tomcat8?
why don't specify override using role? example:
how customise tomcat recipe in chef
it's worth noting java cookbook uses packages install tomcat "tomcat8" not available yet in ubuntu repositories...
hope helps
Comments
Post a Comment