diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2008-03-22 20:21:51 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2008-03-22 20:21:51 +0000 |
commit | 33eb192b7c7472ee7e3b9267c9c61495ea69940f (patch) | |
tree | 426dfcc48bf367a49f4607c76685937b23d87143 /src/lib/Server | |
parent | fe850837c15bd9e0d68237ebf8cdbeb8552d4c7a (diff) | |
download | bcfg2-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')
-rw-r--r-- | src/lib/Server/Plugins/TCheetah.py | 1 |
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 |