mirror of
https://github.com/munki/munki.git
synced 2026-05-03 19:10:21 -05:00
Add logging about skipped ASU checks when installing Apple items.
This commit is contained in:
@@ -766,7 +766,8 @@ def main():
|
||||
os.unlink(appleupdates_plist)
|
||||
except OSError:
|
||||
pass
|
||||
|
||||
munkicommon.log('Not doing Apple Software Updates because we are '
|
||||
'installing Apple items with Munki items.')
|
||||
else:
|
||||
# check the normal preferences
|
||||
should_do_apple_updates = munkicommon.pref(
|
||||
@@ -878,7 +879,7 @@ def main():
|
||||
munkicommon.log('No GUI users, installing at login window.')
|
||||
munkistatus.launchMunkiStatus()
|
||||
mustrestart = doInstallTasks(appleupdatesavailable)
|
||||
# reset our count of available updates
|
||||
# reset our count of available updates
|
||||
updatesavailable = 0
|
||||
appleupdatesavailable = 0
|
||||
else: # there are GUI users
|
||||
|
||||
Reference in New Issue
Block a user