Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
don't add epel
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Grund <jgrund@whamcloud.io>
  • Loading branch information
jgrund committed Aug 12, 2020
1 parent c1ff2c4 commit 37576f7
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions vagrant/scripts/install_iml_docker_repouri.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ EOF
if [[ -n $REPO_URI ]];
then
cat <<EOF >> /etc/yum.repos.d/manager-for-lustre.repo
[manager-for-lustre]
name=manager-for-lustre
baseurl=$REPO_URI
Expand Down Expand Up @@ -43,16 +44,6 @@ gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/managerforlustre/manager-for-lustre-devel/pubkey.gpg
repo_gpgcheck=0
enabled=1
[epel]
name=Extra Packages for Enterprise Linux 7 - $basearch
#baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch
failovermethod=priority
enabled=1
gpgcheck=1
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
gpgkey=https://download.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7
EOF

if [[ -n $REPO_URI ]];
Expand Down

0 comments on commit 37576f7

Please sign in to comment.