Use existing mirror

apt.sw.be no loger exists
This commit is contained in:
Rob Fuller 2017-03-29 11:36:08 -04:00 committed by Tim
parent c62e5b1682
commit b0e8004dd1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class yum::repo::repoforgeextras {
yum::managed_yumrepo { 'repoforgeextras':
descr => 'RepoForge extra packages',
baseurl => 'http://apt.sw.be/redhat/el$releasever/en/$basearch/extras',
baseurl => 'http://mirror.team-cymru.org/repoforge/redhat/el$releasever/en/$basearch/extras',
enabled => 1,
gpgcheck => 1,
gpgkey => 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag',