summaryrefslogtreecommitdiffstats
path: root/doc/getting_started/index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/getting_started/index.txt')
-rw-r--r--doc/getting_started/index.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/getting_started/index.txt b/doc/getting_started/index.txt
index 5f84117d4..58a673b75 100644
--- a/doc/getting_started/index.txt
+++ b/doc/getting_started/index.txt
@@ -20,7 +20,7 @@ Get and Install Bcfg2 Server
We recommend running the server on a Linux machine for ease of
deployment due to the availability of packages for the dependencies.
-First, you need to download and install Bcfg2. The section
+First, you need to download and install Bcfg2. The section
:ref:`installation-index` in this manual describes the steps to take.
To start, you will need to install the server on one machine and the
client on one or more machines. Yes, your server can also be a client
@@ -168,7 +168,7 @@ Next, we create a motd.xml file in the Bundler directory:
.. code-block:: xml
- <Bundle name='motd' version='2.0'>
+ <Bundle>
<Path name='/etc/motd' />
</Bundle>