Blame SOURCES/CentOS-HA.repo
|
Brian Stinson |
2e317d |
# CentOS-HA.repo
|
|
Brian Stinson |
2e317d |
#
|
|
Brian Stinson |
2e317d |
# The mirror system uses the connecting IP address of the client and the
|
|
Brian Stinson |
2e317d |
# update status of each mirror to pick mirrors that are updated to and
|
|
Brian Stinson |
2e317d |
# geographically close to the client. You should use this for CentOS updates
|
|
Brian Stinson |
2e317d |
# unless you are manually picking other mirrors.
|
|
Brian Stinson |
2e317d |
#
|
|
Brian Stinson |
2e317d |
# If the mirrorlist= does not work for you, as a fall back you can try the
|
|
Brian Stinson |
2e317d |
# remarked out baseurl= line instead.
|
|
Brian Stinson |
2e317d |
#
|
|
Brian Stinson |
2e317d |
#
|
|
Brian Stinson |
2e317d |
|
|
Brian Stinson |
2e317d |
[HighAvailability]
|
|
Brian Stinson |
2e317d |
name=CentOS-$releasever - HA
|
|
Brian Stinson |
2e317d |
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=HighAvailability&infra=$infra
|
|
Brian Stinson |
2e317d |
#baseurl=http://mirror.centos.org/$contentdir/$releasever/HighAvailability/$basearch/os/
|
|
Brian Stinson |
2e317d |
gpgcheck=1
|
|
Brian Stinson |
94a2a9 |
enabled=0
|
|
Brian Stinson |
2e317d |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
|
Brian Stinson |
2e317d |
|