mirror of
https://github.com/munki/munki.git
synced 2026-03-13 13:08:44 -05:00
ManagedInstallReport.plist includes error message details (from curl) for failed downloads.
This commit is contained in:
@@ -1895,7 +1895,7 @@ def processInstall(manifestitem, cataloglist, installinfo):
|
||||
munkicommon.display_warning(
|
||||
'Download of %s failed: %s' % (manifestitem, errmsg))
|
||||
iteminfo['installed'] = False
|
||||
iteminfo['note'] = 'Download failed'
|
||||
iteminfo['note'] = 'Download failed (%s)' % errmsg
|
||||
installinfo['managed_installs'].append(iteminfo)
|
||||
return False
|
||||
except fetch.MunkiDownloadError, errmsg:
|
||||
|
||||
Reference in New Issue
Block a user