Merge pull request #150 from bionix/use_http_debian_net_as_geodns_redirector
authorHunter Haugen <h.haugen@gmail.com>
Mon, 5 Aug 2013 20:59:19 +0000 (13:59 -0700)
committerHunter Haugen <h.haugen@gmail.com>
Mon, 5 Aug 2013 20:59:19 +0000 (13:59 -0700)
Use the geoDNS http.debian.net instead of the main debian ftp server

manifests/params.pp

index c9d0344bcb02450c6cd210c192481ded988c9de4..955954fe89f65ea1e9e00f7aaaaf9fe5a5a610c5 100644 (file)
@@ -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/'
         }
       }
     }