summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-05-17 18:20:48 -0500
committerSol Jerome <sol.jerome@gmail.com>2011-06-14 12:36:45 -0500
commit96d93d3c16c1e6cb0aa4748f8b392b84197a644a (patch)
treeaa4cc515186744ab42d856bd0b662c1fe6dadf48 /doc
parentb7234fe39d1f25eb55320fed8491781aef1ed9fe (diff)
downloadbcfg2-96d93d3c16c1e6cb0aa4748f8b392b84197a644a.tar.gz
bcfg2-96d93d3c16c1e6cb0aa4748f8b392b84197a644a.tar.bz2
bcfg2-96d93d3c16c1e6cb0aa4748f8b392b84197a644a.zip
doc: Fix Cfg example
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/generators/cfg.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/server/plugins/generators/cfg.txt b/doc/server/plugins/generators/cfg.txt
index 612b14bec..1039ff556 100644
--- a/doc/server/plugins/generators/cfg.txt
+++ b/doc/server/plugins/generators/cfg.txt
@@ -132,16 +132,16 @@ server and we have the following configuration files::
motd.G01_web-server
motd.G01_mail-server.cat
motd.G02_file-server.cat
- motd.H_foo.example.cat
+ motd.H_foo.example.com.cat
-If our machine isn't *foo.example.com* then here's what would happen:
+If our machine **isn't** *foo.example.com* then here's what would happen:
Bcfg2 would choose ``motd.G01_web-server`` as the base file. It is
the most specific base file for this host. Bcfg2 would apply the
``motd.G01_mail-server.cat`` delta to the ``motd.G01_web-server``
base file. It is the least specific delta. Bcfg2 would then apply the
``motd.G02_file-server.cat`` delta to the result of the delta before
-it. If our machine is foo.example.com then here's what would happen:
+it. If our machine **is** *foo.example.com* then here's what would happen:
Bcfg2 would choose ``motd.G01_web-server`` as the base file. It
is the most specific base file for this host. Bcfg2 would apply the