X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fhardware%2Fmanifests%2Finit.pp;h=4865c9e41dc7b82c2d8694b1cac3efbe204fe3d3;hb=7f7977f233e069f392961706a02d656a02a74bc3;hp=bc5897e54e9047120c196a1422eb8ee28795695b;hpb=3eb533e5499e66423bafdedaf6c7d08ead1772de;p=mirror%2Fdsa-puppet.git diff --git a/modules/hardware/manifests/init.pp b/modules/hardware/manifests/init.pp index bc5897e54..4865c9e41 100644 --- a/modules/hardware/manifests/init.pp +++ b/modules/hardware/manifests/init.pp @@ -1,14 +1,3 @@ class hardware { - if $::smartarraycontroller { - include debian::proliant - } - - if $::productname == 'PowerEdge 2850' { - include megactl - } - - if $::mptraid { - include raidmpt - } - + include hardware::raid }