Remove ensure_resource to avoid potential conflict
This was probably unintended and could cause conflicts where stdlib::stages isn't desired.
This commit is contained in:
@@ -106,8 +106,6 @@ define java::oracle (
|
|||||||
# archive module is used to download the java package
|
# archive module is used to download the java package
|
||||||
include ::archive
|
include ::archive
|
||||||
|
|
||||||
ensure_resource('class', 'stdlib')
|
|
||||||
|
|
||||||
# validate java Standard Edition to download
|
# validate java Standard Edition to download
|
||||||
if $java_se !~ /(jre|jdk)/ {
|
if $java_se !~ /(jre|jdk)/ {
|
||||||
fail('Java SE must be either jre or jdk.')
|
fail('Java SE must be either jre or jdk.')
|
||||||
|
|||||||
Reference in New Issue
Block a user