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* -