Merge pull request #209 from hedzr/master

add 'Amazon Linux AMI' supports
This commit is contained in:
TP Honey
2016-12-23 11:41:16 +00:00
committed by GitHub

View File

@@ -145,7 +145,7 @@ define java::oracle (
case $::kernel {
'Linux' : {
case $::osfamily {
'RedHat' : {
'RedHat', 'Amazon' : {
# Oracle Java 6 comes in a special rpmbin format
if $version == '6' {
$package_type = 'rpmbin'