summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2014-09-11 08:24:04 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2014-09-11 08:24:14 -0400
commitc87ea7ad20eae8d69d6314082181633511f30b67 (patch)
tree1da0766c10ffeddccb359c697ba5dd26416bf4bf
parent7eb61f7e6b721d86d2d30a96401f4e0281f4c966 (diff)
downloadbcfg2-c87ea7ad20eae8d69d6314082181633511f30b67.tar.gz
bcfg2-c87ea7ad20eae8d69d6314082181633511f30b67.tar.bz2
bcfg2-c87ea7ad20eae8d69d6314082181633511f30b67.zip
strike possibly incorrect docs about genshi/cheetah priority
-rw-r--r--doc/server/plugins/generators/cfg.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/server/plugins/generators/cfg.txt b/doc/server/plugins/generators/cfg.txt
index a170f5a80..541531581 100644
--- a/doc/server/plugins/generators/cfg.txt
+++ b/doc/server/plugins/generators/cfg.txt
@@ -297,15 +297,6 @@ processed for any Genshi or Cheetah base file.
Cfg/etc/fstab/fstab.H_host.example.com.genshi
Cfg/etc/fstab/fstab.G50_server.cheetah
-Genshi templates take precence over cheetah templates. For example, if
-two files exist named::
-
- Cfg/etc/fstab/fstab.genshi
- Cfg/etc/fstab/fstab.cheetah
-
-The Cheetah template is ignored. Exploiting this fact is probably a
-pretty bad idea in practice.
-
You can mix Genshi and Cheetah when using different host-specific or
group-specific files. For example::