]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
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

1  2 
manifests/params.pp

index c9d0344bcb02450c6cd210c192481ded988c9de4,99e8d40d861ba769f0c213c3386d2ddb00ed2891..955954fe89f65ea1e9e00f7aaaaf9fe5a5a610c5
@@@ -11,11 -11,8 +11,11 @@@ 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/'
+           $backports_location = 'http://http.debian.net/debian/'
          }
        }
      }