X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/db4508bf1aca0cc8fb42a67adbe33ec906c91fc1..1bd8163c228324ae78795aed98f5d34beab7fc6a:/cookbooks/apt/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index 705e72c86..c4cd3acc3 100644 --- a/cookbooks/apt/recipes/default.rb +++ b/cookbooks/apt/recipes/default.rb @@ -72,15 +72,11 @@ apt_source "brianmercer-php" do key "8D0DC64F" end -apt_source "openstreetmap" do - url "http://ppa.launchpad.net/osmadmins/ppa/ubuntu" - key "0AC4F2CB" -end - -apt_source "proliant-support-pack" do - template "hp.list.erb" - url "http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack" - key "2689B887" +if node[:lsb][:release].to_f < 14.04 + apt_source "openstreetmap" do + url "http://ppa.launchpad.net/osmadmins/ppa/ubuntu" + key "0AC4F2CB" + end end apt_source "management-component-pack" do @@ -111,3 +107,8 @@ apt_source "elasticsearch" do url "http://packages.elasticsearch.org/elasticsearch/1.0/debian" key "D88E42B4" end + +apt_source "passenger" do + url "https://oss-binaries.phusionpassenger.com/apt/passenger" + key "AC40B2F7" +end