Add wheezy backports support
Signed-off-by: Markus Rekkenbeil <markus@bionix-it.de>
This commit is contained in:
parent
6cde028332
commit
a1a677da66
1 changed files with 3 additions and 0 deletions
|
@ -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/'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue