From c23d576736461f751cb8faf4d27388842f76f2d7 Mon Sep 17 00:00:00 2001 From: gthielebein Date: Wed, 15 Dec 2010 20:59:19 +0100 Subject: Update TCheetah plugins usage --- doc/server/plugins/generators/tcheetah.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc') diff --git a/doc/server/plugins/generators/tcheetah.txt b/doc/server/plugins/generators/tcheetah.txt index 185b25ef5..5819bba96 100644 --- a/doc/server/plugins/generators/tcheetah.txt +++ b/doc/server/plugins/generators/tcheetah.txt @@ -28,7 +28,7 @@ files, ``template`` and ``info``. The template is a standard Cheetah template with two additions: * `self.metadata` is the client's :ref:`metadata ` -* `self.properties` is an xml document of unstructured data +* `self.metadata.Properties` is an xml document of unstructured data The ``info`` file is formatted like ``:info`` files from Cfg. @@ -47,8 +47,8 @@ self.metadata variables self.metadata is an instance of the class ClientMetadata and documented :ref:`here `. -self.properties -=============== +self.metadata.Properties +======================== Properties is a python `ElementTree `_ object, loaded from the data in ``/var/lib/bcfg2/Properties/