Skip to content

Commit

Permalink
Support 2015 and 2016 Amazon Linux AMIs (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf31o2 committed Nov 22, 2016
1 parent 2be5b9e commit 7ed1a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/repo.rb
Expand Up @@ -243,7 +243,7 @@
case major_platform_version
when 5, 6
yum_platform_version = major_platform_version
when 2014 # Amazon linux, point to redhat/6 bigtop repo
when 2014, 2015, 2016 # Amazon Linux, point to redhat/6 bigtop repo
yum_platform_version = 6
else
Chef::Log.warn('Unsupported platform detected, use at your own risk')
Expand Down

0 comments on commit 7ed1a84

Please sign in to comment.