X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fhardware%2Fmanifests%2Fraid.pp;h=497971ec2c53a87fdcc7eaad96538ae494c69418;hb=7709c4b48f7dced425db4b14613c07cf0642e0b1;hp=1705ea83f741d88a4609ade1840f3431c6c0951c;hpb=6b3f2197570ae91174b38c04329414c5166c8d05;p=mirror%2Fdsa-puppet.git diff --git a/modules/hardware/manifests/raid.pp b/modules/hardware/manifests/raid.pp index 1705ea83f..497971ec2 100644 --- a/modules/hardware/manifests/raid.pp +++ b/modules/hardware/manifests/raid.pp @@ -1,9 +1,8 @@ class hardware::raid { include hardware::raid::proliant - if $::productname == 'PowerEdge 2850' { - include hardware::raid::megactl - } + include hardware::raid::dell include hardware::raid::raidmpt + include hardware::raid::megaraid_sas }