X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fhardware%2Fmanifests%2Fraid.pp;h=d682c30b23673d597e13af228e528c6503014196;hb=ccb774315056b41918c7a345194a7ddb1784a72a;hp=3affb8983de009ecaf28943a06c9ab29ba71b12a;hpb=84d0b284fff6d91fc155705191408c8901719ab2;p=mirror%2Fdsa-puppet.git diff --git a/modules/hardware/manifests/raid.pp b/modules/hardware/manifests/raid.pp index 3affb8983..d682c30b2 100644 --- a/modules/hardware/manifests/raid.pp +++ b/modules/hardware/manifests/raid.pp @@ -7,8 +7,5 @@ class hardware::raid { include hardware::raid::megactl } - if $::mptraid { - include hardware::raid::raidmpt - } - + include hardware::raid::raidmpt }