From: Markus Rekkenbeil Date: Mon, 5 Aug 2013 11:06:54 +0000 (+0200) Subject: Add wheezy backports support X-Git-Tag: 1.3.0~4^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a1a677da66a0746724f22f3b0cd745847306b5fc;p=puppet-modules%2Fpuppetlabs-apt.git Add wheezy backports support Signed-off-by: Markus Rekkenbeil --- diff --git a/manifests/params.pp b/manifests/params.pp index aa0f80d..c9d0344 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -11,6 +11,9 @@ class apt::params { 'squeeze': { $backports_location = 'http://backports.debian.org/debian-backports' } + 'wheezy': { + $backports_location = 'http://ftp.debian.org/debian/' + } default: { $backports_location = 'http://ftp.debian.org/debian/' }