diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2005-09-30 19:26:49 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2005-09-30 19:26:49 +0000 |
commit | b17f19280c7c73dd470bff90c9d838062855f1da (patch) | |
tree | 493d75b0b350a775900346e6a5449cb4ba1bfe07 /src | |
parent | 95564f039c599415b0b3cc6f1602495007587c1b (diff) | |
download | bcfg2-b17f19280c7c73dd470bff90c9d838062855f1da.tar.gz bcfg2-b17f19280c7c73dd470bff90c9d838062855f1da.tar.bz2 bcfg2-b17f19280c7c73dd470bff90c9d838062855f1da.zip |
fix rh tb
(Logical change 1.329)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1348 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/Client/Toolset.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Client/Toolset.py b/src/lib/Client/Toolset.py index 114cc5b88..922b06f96 100644 --- a/src/lib/Client/Toolset.py +++ b/src/lib/Client/Toolset.py @@ -45,6 +45,7 @@ class Toolset(object): self.modified = [] self.installed = {} self.pkgwork = {'add':[], 'update':[], 'remove':[]} + self.extra_services = [] if self.__important__: for cfile in [cfl for cfl in cfg.findall(".//ConfigFile") if cfl.get('name') in self.__important__]: self.VerifyEntry(cfile) |