bugfix: make __object_name available in type explorers

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/2.0
Steven Armstrong 13 years ago
parent 2be4b36da0
commit 0775b84c40
  1. 1
      lib/cdist/core/explorer.py

@ -135,6 +135,7 @@ class Explorer(object):
env.update({
'__object': os.path.join(self.remote.object_path, cdist_object.path),
'__object_id': cdist_object.object_id,
'__object_name': cdist_object.name,
'__object_fq': cdist_object.path,
'__type_explorer': os.path.join(self.remote.type_path, cdist_type.explorer_path)
})

Loading…
Cancel
Save