mirror of
https://github.com/munki/munki.git
synced 2026-03-01 04:19:50 -06:00
Merge pull request #576 from bruienne/master
Log more details about apple_item presence.
This commit is contained in:
@@ -1931,6 +1931,8 @@ def processInstall(manifestitem, cataloglist, installinfo,
|
||||
# admin did not explicitly mark this item; let's determine if
|
||||
# it's from Apple
|
||||
if isAppleItem(item_pl):
|
||||
munkicommon.log("Marking %s as apple_item - this may affect \
|
||||
Apple SUS behavior" % iteminfo['name'])
|
||||
iteminfo['apple_item'] = True
|
||||
|
||||
installinfo['managed_installs'].append(iteminfo)
|
||||
|
||||
Reference in New Issue
Block a user