intermediate commit for cdist state

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-10-12 16:59:02 +02:00
commit e8f7fe3faa
2 changed files with 29 additions and 21 deletions

View file

@ -53,6 +53,9 @@ class ConfigInstall(object):
self.explorer = cdist.explorer.Explorer(self.context)
#self.manifest = cdist.manifest.Mamifest()
self.manifest.initial_manifest()
self.manifest.type_manifest(cdist_object)
self.log = logging.getLogger(self.context.target_host)
# Setup env to be used by others - FIXME