summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTim Laszlo <tim.laszlo@gmail.com>2011-01-22 15:17:31 -0600
committerTim Laszlo <tim.laszlo@gmail.com>2011-01-22 15:17:46 -0600
commitf1211314f5d9a8fcf3702ddef4413edfc474f9fb (patch)
treeecc440522ca68d0b78bd9783f9dc90b2a1e781d8 /doc
parent1d26df5c0619873ed27e20c88f5bf62a67e57d67 (diff)
downloadbcfg2-f1211314f5d9a8fcf3702ddef4413edfc474f9fb.tar.gz
bcfg2-f1211314f5d9a8fcf3702ddef4413edfc474f9fb.tar.bz2
bcfg2-f1211314f5d9a8fcf3702ddef4413edfc474f9fb.zip
doc: update documents for genshi Cfg files
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/generators/cfg.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/server/plugins/generators/cfg.txt b/doc/server/plugins/generators/cfg.txt
index 0d837f419..8b40eec67 100644
--- a/doc/server/plugins/generators/cfg.txt
+++ b/doc/server/plugins/generators/cfg.txt
@@ -149,6 +149,14 @@ file. The reason the other deltas aren't applied to *foo.example.com*
is because a **.H_** delta is more specific than a **.G##_** delta. Bcfg2
applies all the deltas at the most specific level.
+Genshi Templates
+================
+
+Genshi templates maybe used for entries as well. Any file ending in .genshi
+will be processed using the new template style (like .newtxt in the TGenshi
+plugin). Templates can be host and group specific as well. Deltas will not
+be processed for any genshi base file.
+
File permissions
================