8594709828f27f961a14173ef604f2fd4b9e4c93
[mirror/dsa-puppet.git] / modules / hardware / manifests / raid / megaraid_sas.pp
1 class hardware::raid::megaraid_sas {
2         if $::megaraid_sas {
3                 site::aptrepo { 'debian.restricted':
4                         url        => 'http://db.debian.org/debian-admin',
5                         suite      => 'stretch-restricted',
6                         components => 'non-free',
7                 }
8
9                 package { 'megacli':
10                         ensure  => installed,
11                 }
12         }
13 }