summaryrefslogtreecommitdiffstats
path: root/doc/unsorted
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-08 13:44:41 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-08 13:44:41 -0500
commitf5f3e385306c11f0609144ea087b65e4202b714f (patch)
tree85deb6fbd5ed6dbe255c7d5188eff1509ed6494f /doc/unsorted
parent76350ecc5f05ee5236dd98e37291061813b8e709 (diff)
downloadbcfg2-f5f3e385306c11f0609144ea087b65e4202b714f.tar.gz
bcfg2-f5f3e385306c11f0609144ea087b65e4202b714f.tar.bz2
bcfg2-f5f3e385306c11f0609144ea087b65e4202b714f.zip
removed deprecated Base plugin
Diffstat (limited to 'doc/unsorted')
-rw-r--r--doc/unsorted/writing_specification.txt13
1 files changed, 4 insertions, 9 deletions
diff --git a/doc/unsorted/writing_specification.txt b/doc/unsorted/writing_specification.txt
index 49b11af7b..e7763cee1 100644
--- a/doc/unsorted/writing_specification.txt
+++ b/doc/unsorted/writing_specification.txt
@@ -30,8 +30,8 @@ that a client needs the Bcfg2 package with
but this does not explicitly identify that an RPM package version
0.9.2 should be loaded from http://rpm.repo.server/bcfg2-0.9.2-0.1.rpm.
-The abstract configuration is defined in the xml configuration files
-for the Base and Bundles plugins.
+The abstract configuration is defined in the XML configuration files
+for the Bundler plugin.
A combination of a clients metadata (group memberships) and abstract
configuration is then used to generate the clients literal configuration.
@@ -57,18 +57,13 @@ Abstract Configuration (Structures)
===================================
A clients Abstract Configuration is the inventory of configuration
-entities that should be installed on a client. Two plugins provide the
-basis for the abstract configuration, the Bundler and Base.
+entities that should be installed on a client. The Bundler plugin
+usually provides the abstract configuration.
The plugin Bundler builds descriptions of interrelated configuration
entities. These are typically used for the representation of services,
or other complex groups of entities.
-The Base provides a laundry list of configuration entities that need to
-be installed on hosts. These entities are independent from one another,
-and can be installed individually without worrying about the impact on
-other entities.
-
Configuration Entity Types
--------------------------