mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #39761 from cachedout/issue_33187
Properly display error in jboss7 state
This commit is contained in:
commit
a24da31131
1 changed files with 3 additions and 3 deletions
|
@ -448,9 +448,9 @@ def __get_artifact(salt_source):
|
|||
log.debug(traceback.format_exc())
|
||||
comment = 'Unable to manage file: {0}'.format(e)
|
||||
|
||||
else:
|
||||
resolved_source = salt_source['target_file']
|
||||
comment = ''
|
||||
else:
|
||||
resolved_source = salt_source['target_file']
|
||||
comment = ''
|
||||
|
||||
return resolved_source, comment
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue