Skip to content

Commit 9de6384

Browse files
authored
Merge pull request puppetlabs#1 from hedzr/hedzr-patch-add-amazon-linux-ami-supports
for 'Amazon Linux AMI' supports
2 parents 0b47353 + c242055 commit 9de6384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/oracle.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
case $::kernel {
146146
'Linux' : {
147147
case $::osfamily {
148-
'RedHat' : {
148+
'RedHat', 'Amazon' : {
149149
# Oracle Java 6 comes in a special rpmbin format
150150
if $version == '6' {
151151
$package_type = 'rpmbin'

0 commit comments

Comments
 (0)