summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFabian Affolter <fabian@bernewireless.net>2010-11-09 00:40:57 +0100
committerFabian Affolter <fabian@bernewireless.net>2010-11-09 00:40:57 +0100
commitfa3d48565cab5c6fedf0ceaf5c5d7596eeb49ff0 (patch)
tree1029af9c0265cea99de59b9f10ebe4929aac0671 /doc
parente73ac8768901cb52b8d1c345772df0ebd5dd86ba (diff)
downloadbcfg2-fa3d48565cab5c6fedf0ceaf5c5d7596eeb49ff0.tar.gz
bcfg2-fa3d48565cab5c6fedf0ceaf5c5d7596eeb49ff0.tar.bz2
bcfg2-fa3d48565cab5c6fedf0ceaf5c5d7596eeb49ff0.zip
Small fix
Diffstat (limited to 'doc')
-rw-r--r--doc/server/index.txt7
-rw-r--r--doc/server/plugins/connectors/properties.txt6
2 files changed, 6 insertions, 7 deletions
diff --git a/doc/server/index.txt b/doc/server/index.txt
index b0c97ccae..0de02c400 100644
--- a/doc/server/index.txt
+++ b/doc/server/index.txt
@@ -2,16 +2,15 @@
.. _server-index:
-============
-Bcfg2 Server
-============
+================
+The Bcfg2 Server
+================
.. toctree::
:maxdepth: 2
plugins/index
admin/index
- reports/index
configurationentries
info
snapshots/index
diff --git a/doc/server/plugins/connectors/properties.txt b/doc/server/plugins/connectors/properties.txt
index 4a3830a43..707de0880 100644
--- a/doc/server/plugins/connectors/properties.txt
+++ b/doc/server/plugins/connectors/properties.txt
@@ -14,8 +14,8 @@ Enabling Properties
First, ``mkdir /var/lib/bcfg2/Properties``. Each property XML file goes
in this directory. Each will automatically be cached by the server,
-and reread/reparsed upon changes. Add **Properties** to your ``plugins``
-line in ``/etc/bcfg2.conf``.
+and reread/reparsed upon changes. Add **Properties** to your `plugins`
+line in `/etc/bcfg2.conf`.
Data Structures
===============
@@ -39,6 +39,6 @@ as methods. This will simplify templates.
Accessing Properties contest from TGenshi
=========================================
-Access contents of ``Properties/auth.xml`` ::
+Access contents of `Properties/auth.xml` ::
${metadata.Properties['auth.xml'].data.find('file').find('bcfg2.key').text}