X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fparams.pp;h=955954fe89f65ea1e9e00f7aaaaf9fe5a5a610c5;hb=d1e87d477466455220daff8fe36ea1516591fd67;hp=c9d0344bcb02450c6cd210c192481ded988c9de4;hpb=a1a677da66a0746724f22f3b0cd745847306b5fc;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/params.pp b/manifests/params.pp index c9d0344..955954f 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -15,7 +15,7 @@ class apt::params { $backports_location = 'http://ftp.debian.org/debian/' } default: { - $backports_location = 'http://ftp.debian.org/debian/' + $backports_location = 'http://http.debian.net/debian/' } } }