Merge "Enable extras repo on RHEL"

This commit is contained in:
Jenkins 2015-02-06 22:30:57 +00:00 committed by Gerrit Code Review
commit e613f5249c

View File

@ -30,12 +30,20 @@
<screen os="fedora;centos;rhel"><prompt>#</prompt> <userinput>yum install yum-plugin-priorities</userinput></screen>
</step>
<step>
<para>Install the <package>epel-release</package> package to enable the
<para>On RHEL and CentOS, enable the
<link
xlink:href="http://download.fedoraproject.org/pub/epel/7/x86_64/repoview/epel-release.html">EPEL</link> repository:</para>
<screen os="fedora;centos;rhel"><prompt>#</prompt> <userinput>yum install http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm</userinput></screen>
<note>
<para>Fedora does not require this package.</para>
<para>Fedora does not require this repository.</para>
</note>
</step>
<step>
<para>On RHEL, enable the extras repository using the subscription
manager:</para>
<screen><prompt>#</prompt> <userinput>subscription-manager repos --enable=rhel-7-server-extras-rpms</userinput></screen>
<note>
<para>CentOS and Fedora do not require this repository.</para>
</note>
</step>
</procedure>