Skip to content

Commit

Permalink
add centos 6 repo to smokeping install example
Browse files Browse the repository at this point in the history
  • Loading branch information
denglei committed Aug 31, 2014
1 parent 6143c5f commit 6837551
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions smokeping_install/roles/smokeping_install/files/CentOS-Base-6.repo
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

0 comments on commit 6837551

Please sign in to comment.