Skip to content

Commit

Permalink
add amazon to package install dist-lists
Browse files Browse the repository at this point in the history
  • Loading branch information
otaki-ryuta authored and bflad committed Jul 10, 2014
1 parent ed94d18 commit 72cb9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'default' => 'upstart'
)
default['docker']['install_type'] = value_for_platform(
%w(centos debian fedora mac_os_x redhat ubuntu) => {
%w(centos debian fedora mac_os_x redhat ubuntu amazon) => {
'default' => 'package'
},
'default' => 'binary'
Expand Down

0 comments on commit 72cb9e5

Please sign in to comment.