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 Jan 19, 2019. It is now read-only.
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: