Skip to content

Commit

Permalink
Merge pull request #171 from jperville/ubuntu-trusty-default-attributes
Browse files Browse the repository at this point in the history
Fix value_for_platform package attributes for ubuntu 14.04.
  • Loading branch information
bflad committed Jun 26, 2014
2 parents e9d955f + c34c979 commit 19f9d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
'default' => 'homebrew/binary/docker'
},
'ubuntu' => {
%w(12.04 12.10 13.04 13.10) => 'lxc-docker',
%w(12.04 12.10 13.04 13.10 14.04) => 'lxc-docker',
'default' => 'docker.io'
},
'default' => nil
Expand All @@ -100,7 +100,7 @@
'default' => 'https://get.docker.io/ubuntu'
},
'ubuntu' => {
%w(12.04 12.10 13.04 13.10) => 'https://get.docker.io/ubuntu',
%w(12.04 12.10 13.04 13.10 14.04) => 'https://get.docker.io/ubuntu',
'default' => nil
},
'default' => nil
Expand Down

0 comments on commit 19f9d46

Please sign in to comment.