X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fhardware%2Fmanifests%2Fraid%2Fproliant.pp;h=55bd740e5729cb92766d0ebe1f56e143c5222252;hb=23b3472027a552a8d691d19cdfb60a521f027955;hp=410bb5ee8fe976017b00329018ec1ddc0034079f;hpb=f78c0ac2fb83426730fb99117f7656349f9cbbcc;p=mirror%2Fdsa-puppet.git diff --git a/modules/hardware/manifests/raid/proliant.pp b/modules/hardware/manifests/raid/proliant.pp index 410bb5ee8..55bd740e5 100644 --- a/modules/hardware/manifests/raid/proliant.pp +++ b/modules/hardware/manifests/raid/proliant.pp @@ -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':