[dw-ops] apt-proxy didn't scale, apt-cacher-ng seems to\!
[commit: http://hg.dwscoalition.org/dw-ops/rev/5ba9e2aee2ac]
apt-proxy didn't scale, apt-cacher-ng seems to\!
Patch by
mark.
Files modified:
apt-proxy didn't scale, apt-cacher-ng seems to\!
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- puppet/modules/apt/templates/dreamwidth.erb
-------------------------------------------------------------------------------- diff -r 5af003ae8bc3 -r 5ba9e2aee2ac puppet/modules/apt/templates/dreamwidth.erb --- a/puppet/modules/apt/templates/dreamwidth.erb Sun Apr 26 08:03:28 2009 +0000 +++ b/puppet/modules/apt/templates/dreamwidth.erb Sun Apr 26 08:06:17 2009 +0000 @@ -1,8 +1,8 @@ deb http://<%= apt_uri %>/ubuntu/ <%= ub -deb http://<%= apt_uri %>/ubuntu/ <%= ubuntu_release %> main restricted universe -deb-src http://<%= apt_uri %>/ubuntu/ <%= ubuntu_release %> main restricted universe +deb http://<%= apt_uri %>/archive.ubuntu.com/ubuntu <%= ubuntu_release %> main restricted universe +deb-src http://<%= apt_uri %>/archive.ubuntu.com/ubuntu <%= ubuntu_release %> main restricted universe -deb http://<%= apt_uri %>/ubuntu/ <%= ubuntu_release %>-updates main restricted universe -deb-src http://<%= apt_uri %>/ubuntu/ <%= ubuntu_release %>-updates main restricted universe +deb http://<%= apt_uri %>/archive.ubuntu.com/ubuntu <%= ubuntu_release %>-updates main restricted universe +deb-src http://<%= apt_uri %>/archive.ubuntu.com/ubuntu <%= ubuntu_release %>-updates main restricted universe -deb http://<%= apt_uri %>/ubuntu <%= ubuntu_release %>-security main restricted universe -deb-src http://<%= apt_uri %>/ubuntu <%= ubuntu_release %>-security main restricted universe +deb http://<%= apt_uri %>/security.ubuntu.com/ubuntu <%= ubuntu_release %>-security main restricted universe +deb-src http://<%= apt_uri %>/security.ubuntu.com/ubuntu <%= ubuntu_release %>-security main restricted universe --------------------------------------------------------------------------------