Fix messaging variables not exported in type manifest

This commit is contained in:
Ricardo Catalinas Jiménez 2014-09-21 11:52:38 +01:00
parent 72947b7f6b
commit 60b2bbf4c9
1 changed files with 1 additions and 1 deletions

View File

@ -144,4 +144,4 @@ class Manifest(object):
type_manifest = os.path.join(self.local.type_path, cdist_object.cdist_type.manifest_path)
message_prefix = cdist_object.name
if os.path.isfile(type_manifest):
self.local.run_script(type_manifest, env=self.env_type_manifest(cdist_object))
self.local.run_script(type_manifest, env=self.env_type_manifest(cdist_object), message_prefix=message_prefix)