From c508fcae36eaa7dfbec35ec9894e2c31e5ebcd5f Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Thu, 14 Jun 2007 15:19:19 +0000 Subject: Add support to pull config file entry info out (for path) (requested by jcollie) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3301 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Plugins/TCheetah.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/Server/Plugins/TCheetah.py') diff --git a/src/lib/Server/Plugins/TCheetah.py b/src/lib/Server/Plugins/TCheetah.py index f812db9f9..7848583a7 100644 --- a/src/lib/Server/Plugins/TCheetah.py +++ b/src/lib/Server/Plugins/TCheetah.py @@ -46,6 +46,7 @@ class TemplateFile: def BuildFile(self, entry, metadata): '''Build literal file information''' self.template.metadata = metadata + self.template.entry = entry self.template.properties = self.properties.properties try: entry.text = str(self.template) -- cgit v1.2.3-1-g7c22