From dc183f9d343a09825a27e200362cc950dab5fa1a Mon Sep 17 00:00:00 2001 From: Stefano Cenizzi Date: Fri, 5 Feb 2021 11:46:56 +0100 Subject: [PATCH] Update yum.conf centos6 repo now moved to vault --- epel-6-x86-64/files/etc/yum.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/epel-6-x86-64/files/etc/yum.conf b/epel-6-x86-64/files/etc/yum.conf index 16effc3..d0f3e87 100644 --- a/epel-6-x86-64/files/etc/yum.conf +++ b/epel-6-x86-64/files/etc/yum.conf @@ -17,14 +17,14 @@ plugins=1 [base] name=BaseOS enabled=1 -mirrorlist=http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os +baseurl=https://vault.centos.org/6.10/os/$basearch/ failovermethod=priority gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 [updates] name=updates enabled=1 -mirrorlist=http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=updates +baseurl=https://vault.centos.org/6.10/updates/$basearch/ failovermethod=priority gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 @@ -36,10 +36,9 @@ gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 [libselinux] name=CentOS-$releasever - libselinux -mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus -#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/ + +baseurl=https://vault.centos.org/6.10/centosplus/$basearch/ gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 includepkgs=libselinux* -