-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add centos 6 repo to smokeping install example
- Loading branch information
denglei
committed
Aug 31, 2014
1 parent
6143c5f
commit 6837551
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
51 changes: 51 additions & 0 deletions
51
smokeping_install/roles/smokeping_install/files/CentOS-Base-6.repo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# CentOS-Base.repo | ||
# | ||
# The mirror system uses the connecting IP address of the client and the | ||
# update status of each mirror to pick mirrors that are updated to and | ||
# geographically close to the client. You should use this for CentOS updates | ||
# unless you are manually picking other mirrors. | ||
# | ||
# If the mirrorlist= does not work for you, as a fall back you can try the | ||
# remarked out baseurl= line instead. | ||
# | ||
# | ||
|
||
[base] | ||
name=CentOS-6 - Base - mirrors.hustunique.com | ||
baseurl=http://mirrors.hustunique.com/centos/6/os/$basearch/ | ||
#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=os | ||
gpgcheck=0 | ||
gpgkey=http://mirrors.hustunique.com/centos/RPM-GPG-KEY-CentOS-6 | ||
|
||
#released updates | ||
[updates] | ||
name=CentOS-6 - Updates - mirrors.hustunique.com | ||
baseurl=http://mirrors.hustunique.com/centos/6/updates/$basearch/ | ||
#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=updates | ||
gpgcheck=1 | ||
gpgkey=http://mirrors.hustunique.com/centos/RPM-GPG-KEY-CentOS-6 | ||
|
||
#additional packages that may be useful | ||
[extras] | ||
name=CentOS-6 - Extras - mirrors.hustunique.com | ||
baseurl=http://mirrors.hustunique.com/centos/6/extras/$basearch/ | ||
#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=extras | ||
gpgcheck=1 | ||
gpgkey=http://mirrors.hustunique.com/centos/RPM-GPG-KEY-CentOS-6 | ||
|
||
#additional packages that extend functionality of existing packages | ||
[centosplus] | ||
name=CentOS-6 - Plus - mirrors.hustunique.com | ||
baseurl=http://mirrors.hustunique.com/centos/6/centosplus/$basearch/ | ||
#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=centosplus | ||
gpgcheck=1 | ||
enabled=0 | ||
gpgkey=http://mirrors.hustunique.com/centos/RPM-GPG-KEY-CentOS-6 | ||
|
||
[epel] | ||
name=CentOS-6 - Epel - mirrors.hustunique.com | ||
baseurl=http://mirrors.hustunique.com/epel/6/$basearch/ | ||
#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=contrib | ||
gpgcheck=1 | ||
enabled=1 | ||
gpgkey=http://mirrors.hustunique.com/epel/RPM-GPG-KEY-EPEL-6 |