mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Merge pull request #7087 from basepi/7083
Make sure comment is assigned before reference, Fix #7083
This commit is contained in:
commit
5c28bf66b3
@ -390,6 +390,8 @@ def installed(
|
||||
for x in targets])
|
||||
comment = 'The following packages are set to be ' \
|
||||
'installed/updated: {0}.'.format(summary)
|
||||
else:
|
||||
comment = ''
|
||||
return {'name': name,
|
||||
'changes': {},
|
||||
'result': None,
|
||||
|
Loading…
Reference in New Issue
Block a user