On 12/06/2013 01:37 PM, Toshio Kuratomi wrote: > Do we also need to do this for apps.fedoraproject.org? > koji.fedoraproject.org? > Good catch. I don't know about koji, but Kevin said it should be fine as-is. I added apps though, updated patch below. [codeblock@lockbox01 puppet]$ git show commit 04da6cc891d687b5b4df78e4b85afcaa96c8bcaa Author: Ricky Elrod <codeblock@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> Date: Fri Dec 6 17:55:38 2013 +0000 Make phx2 boxen use proxy01 for admin.fp.o again diff --git a/manifests/services/phx.pp b/manifests/services/phx.pp index 72c24be..23a8a40 100644 --- a/manifests/services/phx.pp +++ b/manifests/services/phx.pp @@ -11,11 +11,10 @@ class phx { } case $environment { 'production' : { -# host { 'admin.fedoraproject.org': - #ip => '10.5.126.52', - #ip => '66.35.62.166', -# ensure => absent, -# } + host { ['admin.fedoraproject.org', 'apps.fedoraproject.org']: + ip => '10.5.126.52', + ensure => present, + } host { 'cvs.fedoraproject.org': ip => '10.5.125.151', host_aliases => ['cvs']
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________ infrastructure mailing list infrastructure@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/infrastructure