diff --git a/manifests/oracle.pp b/manifests/oracle.pp index 460e1ab..cf97e6c 100644 --- a/manifests/oracle.pp +++ b/manifests/oracle.pp @@ -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.')