X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fhardware%2Fmanifests%2Fraid.pp;h=497971ec2c53a87fdcc7eaad96538ae494c69418;hb=3e02a9ee11e1206aa7d07c2cdf18080322b14d50;hp=d682c30b23673d597e13af228e528c6503014196;hpb=53c50548c5d4dd7121d364932d1c288fbc65632f;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 }