update environment with messages environment
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
2f842d56eb
commit
90896a9e06
2 changed files with 3 additions and 0 deletions
|
|
@ -168,6 +168,7 @@ class Local(object):
|
|||
|
||||
if message_prefix:
|
||||
message = cdist.message.Message(message_prefix, self.messages_path)
|
||||
env.update(message.env)
|
||||
|
||||
try:
|
||||
if return_output:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue