depends on old version of java cookbook (~> 1.13) which is currently at v2.0.1
Opened this issue · 0 comments
actarsky commented
Cookbook version
v4.1.0
Chef-client version
14.1.12
Platform Details
ubuntu 16.04
Scenario:
java cookbook v2.0.1 is installed on my chef server and used for various installations, but not for activemq servers
excecute activemq::default with default['activemq']['install_java'] = false (java is already installed on the machine)
Steps to Reproduce:
see above
Expected Result:
successful activemq installation
Actual Result:
failure due to java cookbook version constraint stemming from the following statement in metadata.rb:
depends 'java', '~> 1.13'