Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit abe6bf6

Browse files
committed
Add support for Java 6 as extra installation
1 parent b00890b commit abe6bf6

File tree

2 files changed

+50
-204
lines changed

2 files changed

+50
-204
lines changed

manifests/download.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
cookie => 'oraclelicense=accept-securebackup-cookie',
3838
source => $oracle_java::downloadurl,
3939
cleanup => false,
40-
require => File[$oracle_java::install_path],
40+
require => File[$oracle_java::install_path]
4141
}
4242
} else {
4343
# also extract and clean up if tar.gz

0 commit comments

Comments
 (0)