Skip to content

Commit 7be1de7

Browse files
author
Gavin Williams
committed
Install JDK java distribution for test purposes.
This fixes an issue with El7 based tests failing with only the jre installed.
1 parent 97d5b6f commit 7be1de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper_acceptance.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ class { 'elasticsearch':
243243

244244
apply_manifest <<-MANIFEST
245245
class { "java" :
246-
distribution => "jre",
246+
distribution => "jdk",
247247
#{java}
248248
}
249249
MANIFEST

0 commit comments

Comments
 (0)