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-03-27 07:40 am

[dw-ops] New cluster uses admin server as proxy. Oh, and we're intrepid everywhere now.

[commit: http://hg.dwscoalition.org/dw-ops/rev/fb957786c7be]

New cluster uses admin server as proxy. Oh, and we're intrepid everywhere
now.

Patch by [staff profile] mark.

Files modified:
  • puppet/modules/apt/manifests/dreamwidth.pp
--------------------------------------------------------------------------------
diff -r 7391ca2056a1 -r fb957786c7be puppet/modules/apt/manifests/dreamwidth.pp
--- a/puppet/modules/apt/manifests/dreamwidth.pp	Fri Mar 27 07:35:17 2009 +0000
+++ b/puppet/modules/apt/manifests/dreamwidth.pp	Fri Mar 27 07:40:33 2009 +0000
@@ -9,8 +9,8 @@ class apt::dreamwidth inherits apt {
 class apt::dreamwidth inherits apt {
     apt::sources { "dreamwidth":
 	ensure => present,
-	host => 'dw-lb01',
+	host => 'dfw-admin01',
 	port => '9999',
-	release => 'hardy'
+	release => 'intrepid'
     }
 }
--------------------------------------------------------------------------------