update environment with messages environment

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-12-03 14:36:38 +01:00
commit 90896a9e06
2 changed files with 3 additions and 0 deletions

View file

@ -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: