Skip to content

Commit b97aad7

Browse files
committed
fixed error related to distribution folder
1 parent 5f238c4 commit b97aad7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/install_config.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
ensure => directory,
7575
}
7676
download_uncompress {"dwnl_inst_${java_version}":
77-
distribution_name => $distribution_name,
77+
distribution_name => "java/${distribution_name}",
7878
dest_folder => '/opt/jdk',
7979
creates => $javadir,
8080
uncompress => 'tar.gz',

0 commit comments

Comments
 (0)