summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@bernewireless.net>2010-12-12 14:40:49 +0100
committerFabian Affolter <fabian@bernewireless.net>2010-12-12 14:40:49 +0100
commitcf441e055526eea5ca2cf484b38b8ce742cc4924 (patch)
tree1998b0755a1950fad66109f684c76f7b0248e9cc
parent22d1b5d1f3b8a7b576d57cbb05e628f124032afe (diff)
downloadbcfg2-cf441e055526eea5ca2cf484b38b8ce742cc4924.tar.gz
bcfg2-cf441e055526eea5ca2cf484b38b8ce742cc4924.tar.bz2
bcfg2-cf441e055526eea5ca2cf484b38b8ce742cc4924.zip
doc: filename format modified
-rw-r--r--doc/server/plugins/grouping/metadata.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/server/plugins/grouping/metadata.txt b/doc/server/plugins/grouping/metadata.txt
index 96fc70ff5..10ccba397 100644
--- a/doc/server/plugins/grouping/metadata.txt
+++ b/doc/server/plugins/grouping/metadata.txt
@@ -10,8 +10,8 @@ The metadata mechanism has two types of information, client metadata and
group metadata. The client metadata describes which top level group a
client is associated with.The group metadata describes groups in terms
of what bundles and other groups they include. Each aspect grouping
-and clients' memberships are reflected in the Metadata/groups.xml and
-Metadata/clients.xml files, respectively.
+and clients' memberships are reflected in the ``Metadata/groups.xml`` and
+``Metadata/clients.xml`` files, respectively.
Usage of Groups in Metadata
===========================
@@ -22,13 +22,13 @@ groups. Client membership of all other groups is by those groups being
associated with the profile or public groups. This file can be indirectly
modified from clients through use of the -p flag to bcfg2.
-Clients are associated with profile groups in Metadata/clients.xml as
+Clients are associated with profile groups in ``Metadata/clients.xml`` as
shown below.
Metadata/clients.xml
====================
-The Metadata/clients.xml file contains the mappings of Profile Groups
+The ``Metadata/clients.xml`` file contains the mappings of Profile Groups
to clients. The file is just a series of <Client /> tags, each of which
describe one host. A sample file is below:
@@ -58,7 +58,7 @@ The Clients tag has the following possible attributes:
Client Tag
----------
-Each entry in clients.xml **must** have the following properties:
+Each entry in ``clients.xml`` **must** have the following properties:
+---------+---------------------------------------+--------+
| Name | Description | Values |