Skip to content

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

@chris968

Description

@chris968

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions