make that an array
[mirror/dsa-puppet.git] / modules / hardware / manifests / raid / proliant.pp
index 410bb5e..55bd740 100644 (file)
@@ -2,7 +2,7 @@ class hardware::raid::proliant {
 
        site::aptrepo { 'debian.restricted':
                url        => 'http://db.debian.org/debian-admin',
-               suite      => 'lenny-restricted',
+               suite      => "${::lsbdistcodename}-restricted",
                components => 'non-free',
        }
 
@@ -14,9 +14,6 @@ class hardware::raid::proliant {
                ensure => installed,
                tag    => extra_repo,
        }
-       package { 'arrayprobe':
-               ensure => installed,
-       }
 
        if $::debarchitecture == 'amd64' {
                package { 'lib32gcc1':