-if node[:lsb][:release].to_f < 14.04
- apt_source "openstreetmap" do
- url "http://ppa.launchpad.net/osmadmins/ppa/ubuntu"
- key "0AC4F2CB"
- end
+apt_repository "management-component-pack" do
+ action repository_actions["management-component-pack"]
+ uri "https://downloads.linux.hpe.com/SDR/repo/mcp"
+ distribution "#{node[:lsb][:codename]}/current-gen9"
+ components ["non-free"]
+ key "C208ADDE26C2B797"
+end
+
+apt_repository "hwraid" do
+ action repository_actions["hwraid"]
+ uri "https://hwraid.le-vert.net/ubuntu"
+ distribution "precise"
+ components ["main"]
+ key "6005210E23B3D3B4"