Use the geoDNS http.debian.net instead of the main debian ftp server
[puppet-modules/puppetlabs-apt.git] / manifests / params.pp
index aa0f80d60c9d292e04545898ce972c303feaa97b..99e8d40d861ba769f0c213c3386d2ddb00ed2891 100644 (file)
@@ -12,7 +12,7 @@ class apt::params {
           $backports_location = 'http://backports.debian.org/debian-backports'
         }
         default: {
-          $backports_location = 'http://ftp.debian.org/debian/'
+          $backports_location = 'http://http.debian.net/debian/'
         }
       }
     }