X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fhardware%2Fmanifests%2Fraid.pp;h=1dac055b6b5ab0ab83f3bf6a922b2e7cbe05f877;hb=e3b8a5e4eae28e96b6d955b4be408f8510e49c52;hp=d682c30b23673d597e13af228e528c6503014196;hpb=ccb774315056b41918c7a345194a7ddb1784a72a;p=mirror%2Fdsa-puppet.git diff --git a/modules/hardware/manifests/raid.pp b/modules/hardware/manifests/raid.pp index d682c30b2..1dac055b6 100644 --- a/modules/hardware/manifests/raid.pp +++ b/modules/hardware/manifests/raid.pp @@ -1,11 +1,10 @@ class hardware::raid { - if $::smartarraycontroller { - include hardware::raid::proliant - } + include hardware::raid::proliant - if $::productname == 'PowerEdge 2850' { - include hardware::raid::megactl + if $::productname == 'PowerEdge 1950' { + include hardware::raid::dell } include hardware::raid::raidmpt + include hardware::raid::megaraid_sas }