Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The install_path variable can leads to corrective actions at every run #604

Open
chris968 opened this issue Nov 5, 2024 · 0 comments
Open

Comments

@chris968
Copy link

chris968 commented Nov 5, 2024

The install_path variable from the download.pp file can leads to a corrective actions at every run in some cases.

In our case we download the openjdk in tar.gz format from an URL and the folder created by the archive extraction has a different format the the format specified in the install_path variable:

The variable value should be:
$install_path = "${java_se}-${release_major}.${release_minor}"
instead of:
$install_path = "${java_se}${release_major}${release_minor}"

perhaps the variable should support other formats or be configurable ?

@chris968 chris968 changed the title The install_path variable might leads to corrective actions at every run The install_path variable can leads to corrective actions at every run Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant