This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Description
This is not a problem with your cookbook, but might be worth noting in the README. I was installing the community site java cookbook which installs openjdk by default. When JIRA started up, it was very upset.
To get the Oracle jdk, I had to do:
node.set['java']['oracle']['accept_oracle_download_terms'] = true
include_recipe 'java::oracle'
This is not a problem if you do not try to install the JDK before running your jira recipe.
Past that, jira is now up and running through Chef. Thanks again!