summaryrefslogtreecommitdiffstats
path: root/roles/docker_img_rhel6ops/files/rhel6ops_container/etc/yum.repos.d/epel.repo
blob: 583ca72c9690b889d03ec26825492e6cb8878dd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[epel]
name=Extra Packages for Enterprise Linux 6 - $basearch
baseurl=http://mirror.ops.rhcloud.com/mirror/epel/6/$basearch/
failovermethod=priority
enabled=1
gpgcheck=0
exclude=libmongodb mongodb* nodejs*

[epel-testing]
name=Extra Packages for Enterprise Linux 6 - Testing - $basearch
baseurl=http://mirror.ops.rhcloud.com/mirror/epel/testing/6/$basearch/
failovermethod=priority
enabled=0
gpgcheck=0
exclude=libmongodb mongodb* nodejs*