X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fhardware%2Fmanifests%2Fraid%2Fproliant.pp;h=afc7091386c9772edf44106f046bce79991ce173;hb=e15a0448ceb332965f469910452465ba42c21d85;hp=0360087241353c319f4ef80a9eeaf096725047c7;hpb=8d6e1381b11377adabb63f80474ff7a2d27e2bb0;p=mirror%2Fdsa-puppet.git diff --git a/modules/hardware/manifests/raid/proliant.pp b/modules/hardware/manifests/raid/proliant.pp index 036008724..afc709138 100644 --- a/modules/hardware/manifests/raid/proliant.pp +++ b/modules/hardware/manifests/raid/proliant.pp @@ -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,