Add wheezy backports support

Signed-off-by: Markus Rekkenbeil <markus@bionix-it.de>
This commit is contained in:
Markus Rekkenbeil 2013-08-05 13:06:54 +02:00
parent 6cde028332
commit a1a677da66

View file

@ -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/'
}