From: Peter Palfrader Date: Wed, 6 Jan 2016 12:27:30 +0000 (+0100) Subject: Use deb.debian.org as the default mirror to test it X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=555e405911712bb2048bb1bc49f2bd3b5aeaa230;p=mirror%2Fdsa-puppet.git Use deb.debian.org as the default mirror to test it --- diff --git a/modules/debian-org/manifests/init.pp b/modules/debian-org/manifests/init.pp index 478dc8301..adaacc390 100644 --- a/modules/debian-org/manifests/init.pp +++ b/modules/debian-org/manifests/init.pp @@ -6,7 +6,8 @@ class debian-org { if getfromhash($site::nodeinfo, 'hoster', 'mirror-debian') { $mirror = getfromhash($site::nodeinfo, 'hoster', 'mirror-debian') } else { - $mirror = 'http://ftp.debian.org/debian/' + #$mirror = 'http://ftp.debian.org/debian/' + $mirror = 'http://deb.debian.org/debian/' } if $::lsbmajdistrelease < 7 { $mirror_backports = 'http://backports.debian.org/debian-backports/'