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:
Carlo Rengo
2018-02-02 10:21:53 +01:00
parent 47afbd2462
commit 6ba478375a

View File

@@ -106,8 +106,6 @@ define java::oracle (
# archive module is used to download the java package
include ::archive
ensure_resource('class', 'stdlib')
# validate java Standard Edition to download
if $java_se !~ /(jre|jdk)/ {
fail('Java SE must be either jre or jdk.')