Merge pull request #185 from LightAxe/master
Add support for Oracle Linux
This commit is contained in:
@@ -114,8 +114,8 @@ define java::oracle (
|
||||
# determine package type (exe/tar/rpm), destination directory based on OS
|
||||
case $::kernel {
|
||||
'Linux' : {
|
||||
case $::operatingsystem {
|
||||
'CentOS', 'RedHat' : {
|
||||
case $::osfamily {
|
||||
'RedHat' : {
|
||||
# Oracle Java 6 comes in a special rpmbin format
|
||||
if $version == '6' {
|
||||
$package_type = 'rpmbin'
|
||||
|
||||
Reference in New Issue
Block a user