X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fhardware%2Fmanifests%2Fraid.pp;h=497971ec2c53a87fdcc7eaad96538ae494c69418;hb=cd460754b2216a0531071902e1412024c594d72c;hp=a31fcabc1bccefcc0bfef1006e484fc34d4fdadc;hpb=ca80f6b41f4be9dcee7c1e7712e3c8473cb3ad84;p=mirror%2Fdsa-puppet.git diff --git a/modules/hardware/manifests/raid.pp b/modules/hardware/manifests/raid.pp index a31fcabc1..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 1950' { - include hardware::raid::dell - } + include hardware::raid::dell include hardware::raid::raidmpt + include hardware::raid::megaraid_sas }