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-05-17 18:20:48 -0500
commit9734a55acd022c782bf8c3f511d9df00f6171a72 (patch)
tree705ebfeddbc99afdfbd9c63ac5c34aeca8d09bcf /doc
parent3ba86729695d3cf24d3ebf2fa378aee5234fd229 (diff)
downloadbcfg2-9734a55acd022c782bf8c3f511d9df00f6171a72.tar.gz
bcfg2-9734a55acd022c782bf8c3f511d9df00f6171a72.tar.bz2
bcfg2-9734a55acd022c782bf8c3f511d9df00f6171a72.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