From: Peter Palfrader Date: Sun, 17 Mar 2013 10:07:09 +0000 (+0100) Subject: fix X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=25df78b3a5e37ca7dc16e7dbe4e40f406771b4c0;p=mirror%2Fdsa-puppet.git fix --- diff --git a/modules/hardware/manifests/raid/proliant.pp b/modules/hardware/manifests/raid/proliant.pp index 0c76cef5d..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 => "${::lsbdistcodename}-updates", + suite => "${::lsbdistcodename}-restricted", components => 'non-free', }