bflad / chef-jira

Chef Cookbook for Atlassian Jira

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jira requires Oracle's JDK

seekely opened this issue · comments

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!

Hi Ryan,

Thanks for the heads up. I've added JDK/JRE information to the README using your notes and Atlassian's documentation. https://github.com/bflad/chef-jira/blob/master/README.md

Cheers,
Brian