From 6ba478375a19f7a2964403ae4d9acd3eb78281eb Mon Sep 17 00:00:00 2001 From: Carlo Rengo Date: Fri, 2 Feb 2018 10:21:53 +0100 Subject: [PATCH] Remove ensure_resource to avoid potential conflict This was probably unintended and could cause conflicts where stdlib::stages isn't desired. --- manifests/oracle.pp | 2 -- 1 file changed, 2 deletions(-) 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.')