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 was archived by the owner on Jan 10, 2023. It is now read-only.
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.
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!