How can I correctly tell the tomcat chef recipes to use the version 8 of tomcat.
I try these lines in a attributes/default.rb file of a 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 I get tomcat recipe using installing tomcat8?