add missing environment variable __self

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-18 14:24:52 +02:00
parent 1805c16fd4
commit e58b52592b
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ class Manifest(object):
env = os.environ.copy()
env.update(self.env)
env.update({
'__self': cdist_object.path,
'__object': cdist_object.absolute_path,
'__object_id': cdist_object.object_id,
'__object_fq': cdist_object.path,