Make __manifest usable in type manifests
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
689acb4c21
commit
7d2799d958
3 changed files with 3 additions and 1 deletions
|
|
@ -92,6 +92,7 @@ class Manifest(object):
|
|||
env = os.environ.copy()
|
||||
env.update(self.env)
|
||||
env.update({
|
||||
'__manifest': self.local.manifest_path,
|
||||
'__object': cdist_object.absolute_path,
|
||||
'__object_id': cdist_object.object_id,
|
||||
'__object_name': cdist_object.name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue