[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
mark.
Files modified:
New cluster uses admin server as proxy. Oh, and we're intrepid everywhere
now.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
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' } } --------------------------------------------------------------------------------