Add support for official Oracle Java SE jdk and jre packages for CentOS

This commit is contained in:
Marseglia. Mike
2016-02-18 14:01:15 -05:00
parent a2e4898550
commit 06aecdb62a
5 changed files with 364 additions and 1 deletions

5
tests/oracle.pp Normal file
View File

@@ -0,0 +1,5 @@
java::oracle { 'jdk6' :
ensure => 'present',
version => '6',
java_se => 'jdk',
}