summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-28 15:24:28 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-28 15:24:28 -0400
commit1d4d10fb8e003b0dac64ea50d61aaac006e9e5e1 (patch)
tree110d7cf73fc363001762d48b9db0acad623307dd
parentaf98f300fdf7362eb792df1456bf9f4a2fbc90bb (diff)
downloadbcfg2-1d4d10fb8e003b0dac64ea50d61aaac006e9e5e1.tar.gz
bcfg2-1d4d10fb8e003b0dac64ea50d61aaac006e9e5e1.tar.bz2
bcfg2-1d4d10fb8e003b0dac64ea50d61aaac006e9e5e1.zip
doc: fixed typos
-rw-r--r--doc/server/plugins/grouping/metadata.txt17
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/server/plugins/grouping/metadata.txt b/doc/server/plugins/grouping/metadata.txt
index fe0d2683e..32834b458 100644
--- a/doc/server/plugins/grouping/metadata.txt
+++ b/doc/server/plugins/grouping/metadata.txt
@@ -119,20 +119,19 @@ a simple ``groups.xml`` file:
<Group name='oracle-server'>
<Group name='selinux-enabled' negate='true'/>
</Group>
- <Client name='foo.eample.com'>
+ <Client name='foo.example.com'>
<Group name='oracle-server'/>
<Group name='apache-server'/>
</Client>
</Groups>
-A Group or Client tag that does not contain any child tags is a
-declaration of membership; a Group or Client tag that does contain
-children is a conditional. So the example above does not assign
-either the ``rhel5`` or ``rhel6`` groups to machines in the
-``mail-server`` group, but conditionally assigns the
-``sendmail-server`` or ``postfix-server`` groups depending on the OS
-of the client. (Presumably in this example the OS groups are set by a
-probe.)
+A Group tag that does not contain any child tags is a declaration of
+membership; a Group or Client tag that does contain children is a
+conditional. So the example above does not assign either the
+``rhel5`` or ``rhel6`` groups to machines in the ``mail-server``
+group, but conditionally assigns the ``sendmail-server`` or
+``postfix-server`` groups depending on the OS of the client.
+(Presumably in this example the OS groups are set by a probe.)
Consequently, a client that is RHEL 5 and a member of the
``mail-server`` profile group would also be a member of the