mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #29855 from rallytime/bp-29740
Back-port #29740 to 2015.8
This commit is contained in:
commit
096fec6182
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ def _uptodate(ret, target, comments=None):
|
|||
# Shouldn't be making any changes if the repo was up to date, but
|
||||
# report on them so we are alerted to potential problems with our
|
||||
# logic.
|
||||
if isinstance(comments, list):
|
||||
comments = '\n'.join(comments)
|
||||
ret['comment'] += '\n\nChanges made: ' + str(comments)
|
||||
return ret
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue