summaryrefslogtreecommitdiffstats
path: root/doc/unsorted/dynamic_groups.txt
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-02-24 16:23:53 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-02-24 16:23:53 +0000
commiteb74c76c6dcf3da2a09831503c2d03453100e0b5 (patch)
tree2d934b07da157e34c2e486e2f17a425943041b8d /doc/unsorted/dynamic_groups.txt
parent1032edf5baf6661414be9ca8fd835fd07d48d2dc (diff)
downloadbcfg2-eb74c76c6dcf3da2a09831503c2d03453100e0b5.tar.gz
bcfg2-eb74c76c6dcf3da2a09831503c2d03453100e0b5.tar.bz2
bcfg2-eb74c76c6dcf3da2a09831503c2d03453100e0b5.zip
doc: Move some unsorted bundler documentation to the appropriate section
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5741 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/unsorted/dynamic_groups.txt')
-rw-r--r--doc/unsorted/dynamic_groups.txt15
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/unsorted/dynamic_groups.txt b/doc/unsorted/dynamic_groups.txt
index 87e858fec..e8d2de396 100644
--- a/doc/unsorted/dynamic_groups.txt
+++ b/doc/unsorted/dynamic_groups.txt
@@ -6,13 +6,22 @@
Dynamic Groups
==============
-Bcfg2 supports the use of dynamic groups. These groups are not included in a client's profile group, but instead are derived from the results of probes executed on the client. These dynamic groups need not already exist in Metadata/groups.xml. If a dynamic group is defined in Metadata/groups.xml, clients that include this group will also get all included groups and bundles.
+Bcfg2 supports the use of dynamic groups. These groups are not included
+in a client's profile group, but instead are derived from the results
+of probes executed on the client. These dynamic groups need not already
+exist in ``Metadata/groups.xml``. If a dynamic group is defined in
+``Metadata/groups.xml``, clients that include this group will also get
+all included groups and bundles.
Setting up dynamic groups
=========================
-In order to define a dynamic group, setup a probe that outputs the text based on system properties::
+In order to define a dynamic group, setup a probe that outputs the text
+based on system properties::
group:groupname
-This output is processed by the bcfg2 server, and results in dynamic group membership in groupname for the client. See the [wiki:Plugins/Probes Probes] page for a more thorough description of probes.
+This output is processed by the bcfg2 server, and results in dynamic
+group membership in groupname for the client. See the :ref:`Probes
+<server-plugins-probes-index>` page for a more thorough description
+of probes.