X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fparams.pp;h=955954fe89f65ea1e9e00f7aaaaf9fe5a5a610c5;hb=d1e87d477466455220daff8fe36ea1516591fd67;hp=aa0f80d60c9d292e04545898ce972c303feaa97b;hpb=9568ecf26d23a2c250c08b735c4b1841c1a1ba01;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/params.pp b/manifests/params.pp index aa0f80d..955954f 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -11,9 +11,12 @@ class apt::params { 'squeeze': { $backports_location = 'http://backports.debian.org/debian-backports' } - default: { + 'wheezy': { $backports_location = 'http://ftp.debian.org/debian/' } + default: { + $backports_location = 'http://http.debian.net/debian/' + } } } 'ubuntu': {