]> git.openstreetmap.org Git - chef.git/commitdiff
ProLiantSupportPack does not exist anymore
authorTom Hughes <tom@compton.nu>
Mon, 14 Jul 2014 23:34:41 +0000 (00:34 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 14 Jul 2014 23:34:41 +0000 (00:34 +0100)
cookbooks/apt/recipes/default.rb
cookbooks/hardware/attributes/default.rb

index 1b48ddfda4b5ae0b6cf89f23014f207b555d62ba..c4cd3acc3c8f4249d9e6386b014d4b069ec8f863 100644 (file)
@@ -79,12 +79,6 @@ if node[:lsb][:release].to_f < 14.04
   end
 end
 
   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"
 apt_source "management-component-pack" do
   template "hp.list.erb"
   url "http://downloads.linux.hp.com/SDR/downloads/ManagementComponentPack"
index 904b51e3653726ce2c04a7543a7679889b11282f..39b272b05d4f9c4da6322931ddbe90e477e41616 100644 (file)
@@ -1,11 +1,7 @@
 if node[:dmi] and node[:dmi][:system]
   case dmi.system.manufacturer
   when "HP"
 if node[:dmi] and node[:dmi][:system]
   case dmi.system.manufacturer
   when "HP"
-    if node[:lsb][:release].to_f <= 11.10
-      default[:apt][:sources] |= [ "proliant-support-pack" ]
-    else
-      default[:apt][:sources] |= [ "management-component-pack" ]
-    end
+    default[:apt][:sources] |= [ "management-component-pack" ]
   end
 end
 
   end
 end