From c34c9796e3f6cc033e0739349bd6a932678d0bbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Pervill=C3=A9?= Date: Tue, 24 Jun 2014 10:50:59 +0200 Subject: [PATCH] Fix value_for_platform package attributes for ubuntu 14.04. --- attributes/default.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/attributes/default.rb b/attributes/default.rb index 26033ab406..d472318e57 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -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 @@ -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