sous-chefs / java

Development repository for the java cookbook
https://supermarket.chef.io/cookbooks/java
Apache License 2.0
385 stars 637 forks source link

OpenJDK variant typo #701

Closed yacn closed 10 months ago

yacn commented 1 year ago

:speaking_head: Foreword

Thank for taking the time to fill this bug report fully. Without it we may not be able to fix the bug, and the issue may be closed without resolution.

:ghost: Brief Description

openjdk install has a typo in the variants (opendjdk when it should be openjdk)

:pancakes: Cookbook version

12.0.0

:woman_cook: Chef-Infra Version

doesn't matter

:tophat: Platform details

doesn't mattrer

Steps To Reproduce

Steps to reproduce the behavior:

try converging the cookbook to install openjdk by default

:police_car: Expected behavior

It shouldn't fail

:heavy_plus_sign: Additional context

typo came from this pr: https://github.com/sous-chefs/java/pull/676

you can see this failing in the tests, for example: https://github.com/sous-chefs/java/actions/runs/6353246294/job/17257649376

damacus commented 10 months ago

Fixed via #702