summaryrefslogtreecommitdiffstats
path: root/doc/getting_started
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2013-08-07 09:15:22 -0500
committerSol Jerome <sol.jerome@gmail.com>2013-08-07 09:15:22 -0500
commitfde52bea51679ba00fdb74dbc0529ddde71a9cb8 (patch)
tree60fe132045ec77ca264530126e1e457372444845 /doc/getting_started
parentf058e1fdaa28bc8c6ddfbc58bfeaf991d267bb50 (diff)
downloadbcfg2-fde52bea51679ba00fdb74dbc0529ddde71a9cb8.tar.gz
bcfg2-fde52bea51679ba00fdb74dbc0529ddde71a9cb8.tar.bz2
bcfg2-fde52bea51679ba00fdb74dbc0529ddde71a9cb8.zip
doc: Remove deprecated PostInstall entry
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/getting_started')
-rw-r--r--doc/getting_started/index.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/getting_started/index.txt b/doc/getting_started/index.txt
index a9e91e6b8..a9b1b847f 100644
--- a/doc/getting_started/index.txt
+++ b/doc/getting_started/index.txt
@@ -1,4 +1,5 @@
.. -*- mode: rst -*-
+.. vim: ft=rst
.. _getting_started-index:
@@ -115,7 +116,7 @@ files: ``clients.xml`` and ``groups.xml``. Your current
.. code-block:: xml
- <Clients version="3.0">
+ <Clients>
<Client profile="basic" pingable="Y" pingtime="0" name="bcfg-server.example.com"/>
</Clients>
@@ -132,7 +133,7 @@ Our simple ``groups.xml`` file looks like:
.. code-block:: xml
- <Groups version='3.0'>
+ <Groups>
<Group profile='true' public='false' name='basic'>
<Group name='suse'/>
</Group>
@@ -168,14 +169,14 @@ Next, we create a motd.xml file in the Bundler directory:
.. code-block:: xml
- <Bundle name='motd' version='2.0'>
+ <Bundle name='motd'>
<Path name='/etc/motd' />
</Bundle>
Now when we run the client, we get slightly different output::
Loaded tool drivers:
- Chkconfig POSIX YUMng
+ Chkconfig POSIX YUM
Incomplete information for entry Path:/etc/motd; cannot verify
Phase: initial
@@ -205,7 +206,7 @@ real ``/etc/motd`` file to that location, run the client again, and
you will find that we now have a correct entry::
Loaded tool drivers:
- Chkconfig POSIX PostInstall RPM
+ Chkconfig POSIX YUM
Phase: initial
Correct entries: 1