diff --git a/repo/epel.repo b/repo/epel.repo new file mode 100644 index 0000000..2664d76 --- /dev/null +++ b/repo/epel.repo @@ -0,0 +1,20 @@ +[epel] +name=Extra Packages for Enterprise Linux 7 - $basearch +baseurl=http://10.36.192.206/repository/epel/7/$basearch +failovermethod=priority +enabled=1 +gpgcheck=0 + +[epel-debuginfo] +name=Extra Packages for Enterprise Linux 7 - $basearch - Debug +baseurl=http://10.36.192.206/repository/epel/7/$basearch/debug +failovermethod=priority +enabled=0 +gpgcheck=0 + +[epel-source] +name=Extra Packages for Enterprise Linux 7 - $basearch - Source +baseurl=http://10.36.192.206/repository/epel/7/SRPMS +failovermethod=priority +enabled=0 +gpgcheck=0 \ No newline at end of file