X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fhardware%2Fmanifests%2Fraid.pp;h=1dac055b6b5ab0ab83f3bf6a922b2e7cbe05f877;hb=8b21724803cfc2b2a7b84c9273237ca6e1085b23;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..1dac055b6 100644 --- a/modules/hardware/manifests/raid.pp +++ b/modules/hardware/manifests/raid.pp @@ -1,9 +1,10 @@ class hardware::raid { 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 }