summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2014-02-25 14:52:12 -0600
committerSol Jerome <sol.jerome@gmail.com>2014-02-25 14:52:12 -0600
commit5dd9026a26ec95e261de26018ba3451cc2e75952 (patch)
tree3d435cfb558b3638bcb6e263fc46caa83f1d7bce
parentfb6d66d7649953cb474d2369877ec5d9c84207fc (diff)
downloadbcfg2-5dd9026a26ec95e261de26018ba3451cc2e75952.tar.gz
bcfg2-5dd9026a26ec95e261de26018ba3451cc2e75952.tar.bz2
bcfg2-5dd9026a26ec95e261de26018ba3451cc2e75952.zip
doc: Fix code blocks for EPEL instructions
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-rw-r--r--doc/installation/distributions.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/installation/distributions.txt b/doc/installation/distributions.txt
index 9db111682..306439485 100644
--- a/doc/installation/distributions.txt
+++ b/doc/installation/distributions.txt
@@ -1,4 +1,5 @@
.. -*- mode: rst -*-
+.. vim: ft=rst
.. _distributions:
@@ -103,10 +104,12 @@ section will try and meet the dependencies using packages from EPEL_
[#f1]_. The *el5* and the *el6* package should be compatible
with `CentOS`_ 5.x/6.x and `Scientific Linux`_.
-EPEL_ for 5.x ::
+EPEL_ for 5.x::
+
[root@centos ~]# rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
-EPEL_ for 6.x ::
+EPEL_ for 6.x::
+
[root@centos ~]# rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm
Install the bcfg2-server and bcfg2 RPMs::