raid/dell: rename aptrepo declaration to avoid conflict with raid/proliant
[mirror/dsa-puppet.git] / modules / hardware / manifests / raid / dell.pp
1 class hardware::raid::dell {
2         site::aptrepo { 'debian.restricted.dell':
3                 url        => 'http://db.debian.org/debian-admin',
4                 suite      => 'jessie-restricted',
5                 components => 'non-free',
6         }
7
8         package { 'srvadmin-all':
9                 ensure  => installed,
10                 tag    => extra_repo,
11         }
12 }