set __cdist_manifest for use in type emulator

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-13 16:41:54 +02:00
parent 08ffaf61f5
commit be21cdce17
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ class Manifest(object):
env = os.environ.copy()
env.update(self.env)
env['__manifest'] = self.local.manifest_path
env['__cdist_manifest'] = script
return self.local.run_script(script, env=env)
def run_type_manifest(self, cdist_object):