Merge pull request #287 from sevencastles/remove_ensure_resource

Remove ensure_resource to avoid potential conflict
This commit is contained in:
david22swan
2018-02-26 13:47:17 +00:00
committed by GitHub

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.')