summaryrefslogtreecommitdiffstats
path: root/doc/unsorted
diff options
context:
space:
mode:
authorSimon Ruderich <simon@ruderich.org>2013-11-12 23:48:25 +0100
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-11-14 09:27:08 -0500
commitd8bbfbdf8b503538fff01bff80c5e6e12bfb44b3 (patch)
tree95b76849268d44bcf6ea81f957159e3a568dcf69 /doc/unsorted
parent557377e8a1d0492f4c26b95c4a74172a9210ac3e (diff)
downloadbcfg2-d8bbfbdf8b503538fff01bff80c5e6e12bfb44b3.tar.gz
bcfg2-d8bbfbdf8b503538fff01bff80c5e6e12bfb44b3.tar.bz2
bcfg2-d8bbfbdf8b503538fff01bff80c5e6e12bfb44b3.zip
Add probes.allowed_groups option to restrict group assignments.
Diffstat (limited to 'doc/unsorted')
-rw-r--r--doc/unsorted/dynamic_groups.txt27
1 files changed, 0 insertions, 27 deletions
diff --git a/doc/unsorted/dynamic_groups.txt b/doc/unsorted/dynamic_groups.txt
deleted file mode 100644
index 11535dc8b..000000000
--- a/doc/unsorted/dynamic_groups.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-.. -*- mode: rst -*-
-
-.. _unsorted-dynamic_groups:
-
-==============
-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.
-
-Setting up dynamic groups
-=========================
-
-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 :ref:`Probes
-<server-plugins-probes-index>` page for a more thorough description
-of probes.