mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-04-26 08:06 am

[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 [staff profile] mark.

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
--------------------------------------------------------------------------------