summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2011-01-22 18:11:15 +0100
committerSol Jerome <sol.jerome@gmail.com>2011-01-22 13:07:15 -0600
commitf5e5f0211ec2e42e05f9ec3cb17d5fdbb2ec27c8 (patch)
treec431e651bb50d51a6a1568e305675e1dbd863560 /doc
parent39430186e83e4f3010cccd594fe183f1ed4506b2 (diff)
downloadbcfg2-f5e5f0211ec2e42e05f9ec3cb17d5fdbb2ec27c8.tar.gz
bcfg2-f5e5f0211ec2e42e05f9ec3cb17d5fdbb2ec27c8.tar.bz2
bcfg2-f5e5f0211ec2e42e05f9ec3cb17d5fdbb2ec27c8.zip
Updated
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/structures/bundler/index.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/server/plugins/structures/bundler/index.txt b/doc/server/plugins/structures/bundler/index.txt
index da49b299e..3443ba701 100644
--- a/doc/server/plugins/structures/bundler/index.txt
+++ b/doc/server/plugins/structures/bundler/index.txt
@@ -44,7 +44,7 @@ The following is an annotated copy of a bundle:
<Package name='openssh-askpass'/>
<Service name='sshd'/>
<Group name='fedora' >
- <Group name='fc4' negate='true'>
+ <Group name='fc14' negate='true'>
<Package name='openssh-clients'/>
</Group>
<Package name='openssh-server'/>
@@ -60,7 +60,7 @@ In this bundle, most of the entries are common to all systems. Clients in
group **deb** get one extra package and service, while clients in group
**rpm** get two extra packages and an extra service. In addition, clients
in group **fedora** *and* group **rpm** get one extra package entries,
-unless they are not in the **fc4** group, in which case, they get an
+unless they are not in the **fc14** group, in which case, they get an
extra package. Notice that this file doesn't describe which versions
of these entries that clients should get, only that they should get
them. (Admittedly, this example is slightly contrived, but demonstrates