Merge pull request #174 from edge-records/patch-2
Also support RedHat for Oracle Java
This commit is contained in:
@@ -115,7 +115,7 @@ define java::oracle (
|
|||||||
case $::kernel {
|
case $::kernel {
|
||||||
'Linux' : {
|
'Linux' : {
|
||||||
case $::operatingsystem {
|
case $::operatingsystem {
|
||||||
'CentOS' : {
|
'CentOS', 'RedHat' : {
|
||||||
# Oracle Java 6 comes in a special rpmbin format
|
# Oracle Java 6 comes in a special rpmbin format
|
||||||
if $version == '6' {
|
if $version == '6' {
|
||||||
$package_type = 'rpmbin'
|
$package_type = 'rpmbin'
|
||||||
|
|||||||
Reference in New Issue
Block a user