| Hello Everyone Does anyone know a way how to "tag" pending Apple updates onto a forced by date Munki install, so they get installed in the same "session" as the forced munki install? I am finding Munki really useful, especially now I have got Munkiwebadmin working, but the number of pending Apple updates, I keep seeing on staff machines, is disturbing. Thanks |
ps -eo command=
and greping for the lines I'm interested in.
This leads me to another question. Right now I have Munki set to install Apple updates as well as managed installs. My goal is to be sure Munki isn't in the middle of something when I force a nightly restart of the machine. I noticed that Munki installs happen in two chunks. One for managed installs, and then again for Apple Updates. Do these run back to back? Or is there a randomized sleep timer between the two jobs?