summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2011-01-22 18:06:41 +0100
committerSol Jerome <sol.jerome@gmail.com>2011-01-22 13:07:15 -0600
commit39430186e83e4f3010cccd594fe183f1ed4506b2 (patch)
treee2f6b17d0c42889d5802c59bd2fcdd86557ea679
parent5621751032296d124384d8b4f783c8c47a72bf83 (diff)
downloadbcfg2-39430186e83e4f3010cccd594fe183f1ed4506b2.tar.gz
bcfg2-39430186e83e4f3010cccd594fe183f1ed4506b2.tar.bz2
bcfg2-39430186e83e4f3010cccd594fe183f1ed4506b2.zip
Minor layout changes
-rw-r--r--doc/server/plugins/grouping/grouppatterns.txt16
1 files changed, 10 insertions, 6 deletions
diff --git a/doc/server/plugins/grouping/grouppatterns.txt b/doc/server/plugins/grouping/grouppatterns.txt
index 384b00c5e..39c632f82 100644
--- a/doc/server/plugins/grouping/grouppatterns.txt
+++ b/doc/server/plugins/grouping/grouppatterns.txt
@@ -8,8 +8,12 @@ GroupPatterns
The GroupPatterns plugin is a connector that can assign clients
group membership pased on patterns in client hostnames. Two basic
-methods are supported: regular expressions (NamePatterns) and ranges
-(NameRange). Hosts that match the specification are placed in the group
+methods are supported:
+
+- regular expressions (NamePatterns)
+- ranges (NameRange)
+
+Hosts that match the specification are placed in the group
or groups specified by the pattern.
Setup
@@ -26,13 +30,13 @@ NamePatterns use regular expressions to match client hostnames. All
matching clients are placed in the resulting groups. NamePatterns also
have the ability to use regular expression matched groups to dynamically
create group names. The first two examples below are NamePatterns. The
-first adds client hostname to both groups gp-test1 and gp-test2. The
+first adds client hostname to both groups *gp-test1* and *gp-test2*. The
second matches the hostname as a group and places the client in a group
-called group-<hostname>.
+called *group-<hostname>*.
NameRange patterns allow the use of the application of numeric ranges
-to host names. The final pattern below matches any of node1-node32 and
-places them all into the rack1 group. Dynamically generated group names
+to host names. The final pattern below matches any of *node1-node32* and
+places them all into the *rack1* group. Dynamically generated group names
are not supported with NameRange.
Examples