X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fhardware%2Fmanifests%2Fraid.pp;h=497971ec2c53a87fdcc7eaad96538ae494c69418;hb=cbab6f33dcaa0e07e0f424fe8e4eceee9551353e;hp=d682c30b23673d597e13af228e528c6503014196;hpb=b529b139a60ea8355089511737c8264185d8d074;p=mirror%2Fdsa-puppet.git diff --git a/modules/hardware/manifests/raid.pp b/modules/hardware/manifests/raid.pp index d682c30b2..497971ec2 100644 --- a/modules/hardware/manifests/raid.pp +++ b/modules/hardware/manifests/raid.pp @@ -1,11 +1,8 @@ class hardware::raid { - if $::smartarraycontroller { - include hardware::raid::proliant - } + 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 }