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