From 33eb192b7c7472ee7e3b9267c9c61495ea69940f Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Sat, 22 Mar 2008 20:21:51 +0000 Subject: 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 --- src/lib/Server/Plugins/TCheetah.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/Server/Plugins') 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 -- cgit v1.2.3-1-g7c22