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

Jira requires Oracle's JDK #2

@seekely

Description

@seekely

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions