diff options
author | Tim Laszlo <tim.laszlo@gmail.com> | 2010-07-09 14:44:37 +0000 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2010-07-16 16:36:14 -0500 |
commit | 1598f200abed09335b98e2be7009fc202a6b870a (patch) | |
tree | c2fc444fb598b3aecdf3c75cb04826bd59bae3c2 | |
parent | 4f3e0f661d64308bd75dbde8595b68e764e90395 (diff) | |
download | bcfg2-1598f200abed09335b98e2be7009fc202a6b870a.tar.gz bcfg2-1598f200abed09335b98e2be7009fc202a6b870a.tar.bz2 bcfg2-1598f200abed09335b98e2be7009fc202a6b870a.zip |
Removing legacy toolset attribute from docs
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5966 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | doc/quickstart/index.txt | 12 | ||||
-rw-r--r-- | doc/server/plugins/generators/tcheetah.txt | 1 | ||||
-rw-r--r-- | doc/server/plugins/grouping/metadata.txt | 6 |
3 files changed, 7 insertions, 12 deletions
diff --git a/doc/quickstart/index.txt b/doc/quickstart/index.txt index a544d0786..61d826bff 100644 --- a/doc/quickstart/index.txt +++ b/doc/quickstart/index.txt @@ -140,12 +140,12 @@ Our simple ``groups.xml`` file looks like: <Group profile='true' public='false' name='basic'> <Group name='suse'/> </Group> - <Group name='ubuntu' toolset='debian'/> - <Group name='debian' toolset='debian'/> - <Group name='redhat' toolset='rh'/> - <Group name='suse' toolset='rh'/> - <Group name='mandrake' toolset='rh'/> - <Group name='solaris' toolset='solaris'/> + <Group name='ubuntu' /> + <Group name='debian' /> + <Group name='redhat' /> + <Group name='suse' /> + <Group name='mandrake' /> + <Group name='solaris' /> </Groups> There are two types of groups in Bcfg: profile groups diff --git a/doc/server/plugins/generators/tcheetah.txt b/doc/server/plugins/generators/tcheetah.txt index b5c99f33a..e1ad600a2 100644 --- a/doc/server/plugins/generators/tcheetah.txt +++ b/doc/server/plugins/generators/tcheetah.txt @@ -49,7 +49,6 @@ The following variables are available for self.metadata: * hostname * bundles * groups -* toolset * categories * probes * uuid diff --git a/doc/server/plugins/grouping/metadata.txt b/doc/server/plugins/grouping/metadata.txt index 8ec4944c9..3147e3608 100644 --- a/doc/server/plugins/grouping/metadata.txt +++ b/doc/server/plugins/grouping/metadata.txt @@ -126,7 +126,7 @@ definitions. Here's a simple ``Metadata/groups.xml`` file: <Group name='nfs-client'/> <Group name='server'/> </Group> - <Group name='rhel-as-4-x86' toolset='rh'> + <Group name='rhel-as-4-x86'> <Group name='rhel'/> </Group> <Group name='apache-server'/> @@ -180,10 +180,6 @@ The Group Tag has the following possible attributes: | | with this group. For use with the | | | | *bcfg2 -p* option on the client. | | +----------+------------------------------------------+--------------+ -| toolset | Describes which client-side logic should | rh|debian| | -| | be used to make configuration changes | solaris|aix| | -| | | auto|gentoo | -+----------+------------------------------------------+--------------+ | category | A group can only contain one instance of | String | | | a group in any one category. This | | | | provides the basis for representing | | |