Drop the one ip on proxy07 to prep for moving it over to ansible

This commit is contained in:
Kevin Fenzi 2015-02-21 16:48:39 +00:00
parent 0850da2008
commit fdad2cd006
6 changed files with 10 additions and 13 deletions

View file

@ -187,7 +187,7 @@ define host {
host_name proxy07.fedoraproject.org
alias proxy07.fedoraproject.org
use defaulttemplate
address 213.175.193.205
address 213.175.193.206
parents bodhost01.fedoraproject.org
}

View file

@ -46,13 +46,13 @@ define host {
# parents proxy06.fedoraproject.org
#}
define host {
host_name 213.175.193.205-bodhost
alias 213.175.193.205-bodhost
use defaulttemplate
address 213.175.193.205
parents proxy07.fedoraproject.org
}
#define host {
# host_name 213.175.193.205-bodhost
# alias 213.175.193.205-bodhost
# use defaulttemplate
# address 213.175.193.205
# parents proxy07.fedoraproject.org
#}
define host {
host_name 67.203.2.67-coloamerica

View file

@ -2,6 +2,6 @@ define host {
host_name proxy07-fpo
alias proxy07-fpo.fedoraproject.org
use defaulttemplate
address 213.175.193.205
address 213.175.193.206
parents proxy07
}