Stop enabling EPEL mirror by default

Change-Id: I714cd44afb77191c89ac82f79cf57aa85a794e6d
This commit is contained in:
Monty Taylor 2017-04-04 10:26:01 -05:00
parent a0986912ea
commit befcdfacd7
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ YUM_REPOS_EPEL="\
name=Extra Packages for Enterprise Linux \$releasever - \$basearch
baseurl=$NODEPOOL_EPEL_MIRROR/\$releasever/\$basearch
failovermethod=priority
enabled=1
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-\$releasever"