Install srvadmin foo on dell hosts, and move our restricted archive to debian_org...
[mirror/dsa-puppet.git] / modules / hardware / manifests / raid / proliant.pp
index 0360087..afc7091 100644 (file)
@@ -1,10 +1,9 @@
 class hardware::raid::proliant {
        if $::smartarraycontroller_hpsa or $::smartarraycontroller_cciss {
                site::aptrepo { 'debian.restricted':
-                       url        => 'http://db.debian.org/debian-admin',
-                       suite      => "${::lsbdistcodename}-restricted",
-                       components => 'non-free',
+                       ensure => absent,
                }
+               include debian_org::apt_restricted
 
                package { 'hpacucli':
                        ensure  => installed,