]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apt/recipes/default.rb
Use apache 2.4 style access controls
[chef.git] / cookbooks / apt / recipes / default.rb
index dea088bb66a8b48263fe19788da8b96a9c534121..c4cd3acc3c8f4249d9e6386b014d4b069ec8f863 100644 (file)
@@ -79,12 +79,6 @@ if node[:lsb][:release].to_f < 14.04
   end
 end
 
-apt_source "proliant-support-pack" do
-  template "hp.list.erb"
-  url "http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack"
-  key "2689B887"
-end
-
 apt_source "management-component-pack" do
   template "hp.list.erb"
   url "http://downloads.linux.hp.com/SDR/downloads/ManagementComponentPack"
@@ -113,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