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