integrate messaging into gencode, manifest
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
edec2abb1d
commit
2f842d56eb
3 changed files with 19 additions and 11 deletions
|
|
@ -104,7 +104,8 @@ class Code(object):
|
|||
'__object_id': cdist_object.object_id,
|
||||
'__object_name': cdist_object.name,
|
||||
})
|
||||
return self.local.run_script(script, env=env, return_output=True)
|
||||
message_prefix=cdist_object.name
|
||||
return self.local.run_script(script, env=env, return_output=True, message_prefix=message_prefix)
|
||||
|
||||
def run_gencode_local(self, cdist_object):
|
||||
"""Run the gencode-local script for the given cdist object."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue