X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fhardware%2Fmanifests%2Fraid%2Fmegaraid_sas.pp;fp=modules%2Fhardware%2Fmanifests%2Fraid%2Fmegaraid_sas.pp;h=e28918cd106e6ecba45382ae1dd15806f2321339;hb=1880a0ed4cd8dca05733a088b65cf98b0591527e;hp=0000000000000000000000000000000000000000;hpb=284a4b136326c3045aa432be3f7fa690e3ec445d;p=mirror%2Fdsa-puppet.git diff --git a/modules/hardware/manifests/raid/megaraid_sas.pp b/modules/hardware/manifests/raid/megaraid_sas.pp new file mode 100644 index 000000000..e28918cd1 --- /dev/null +++ b/modules/hardware/manifests/raid/megaraid_sas.pp @@ -0,0 +1,13 @@ +class hardware::raid::dell { + if $::megaraid_sas { + site::aptrepo { 'debian.restricted': + url => 'http://db.debian.org/debian-admin', + suite => 'stretch-restricted', + components => 'non-free', + } + + package { 'megacli': + ensure => installed, + } + } +}