summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/TCheetah.py
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2008-03-22 20:21:51 +0000
committerNarayan Desai <desai@mcs.anl.gov>2008-03-22 20:21:51 +0000
commit33eb192b7c7472ee7e3b9267c9c61495ea69940f (patch)
tree426dfcc48bf367a49f4607c76685937b23d87143 /src/lib/Server/Plugins/TCheetah.py
parentfe850837c15bd9e0d68237ebf8cdbeb8552d4c7a (diff)
downloadbcfg2-33eb192b7c7472ee7e3b9267c9c61495ea69940f.tar.gz
bcfg2-33eb192b7c7472ee7e3b9267c9c61495ea69940f.tar.bz2
bcfg2-33eb192b7c7472ee7e3b9267c9c61495ea69940f.zip
Enable use of properties store (from ritcey)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4439 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Plugins/TCheetah.py')
-rw-r--r--src/lib/Server/Plugins/TCheetah.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Server/Plugins/TCheetah.py b/src/lib/Server/Plugins/TCheetah.py
index 2968d134b..c8c72e494 100644
--- a/src/lib/Server/Plugins/TCheetah.py
+++ b/src/lib/Server/Plugins/TCheetah.py
@@ -49,3 +49,4 @@ class TCheetah(Bcfg2.Server.Plugin.GroupSpool):
__author__ = 'bcfg-dev@mcs.anl.gov'
filename_pattern = 'template'
es_child_cls = TemplateFile
+ use_props = True