1) Did you run makecatalogs?
2) you've marked this AcrobatUpd as:
<key>update_for</key>
<array>
<string>Adobe Acrobat X Pro Installer</string>
<string>AdobeCS55MasterCollection_Install</string>
<string>CreativeSuite5DesignPremium</string>
</array>
On the clients you expect to get this update, do they have any of the above items in their managed_installs or managed_updates list(s)?
3) Any clues when running /usr/local/munki/managedsoftwareupdate -vvv on a client you expect to get this update?
-Greg
Sent from my iPhone
By putting "AcrobatUpd" in managed_updates, you are saying "update this item if it is already installed"
Since there's no receipt for com.adobe.acrobat.a10.AcrobatUpd1010, it's not already installed, so no updates to "AcrobatUpd" will be applied.
What you really want is to update "Adobe Acrobat X Pro Installer", "AdobeCS55MasterCollection_Install", or "CreativeSuite5DesignPremium".
Since AcrobatUpd is marked as an "update_for" those items, you do not need to explicitly add AcrobatUpd to any manifest.
Instead, AcrobatUpd will be found and installed if any of "Adobe Acrobat X Pro Installer", "AdobeCS55MasterCollection_Install", or "CreativeSuite5DesignPremium" are in the machines' managed_installs or managed_updates list.
-Greg
> Greg:
>
> Out of curiosity and for better practice on my end in the future, does
> that mean that this update will only install on the clients that got
> Adobe Acrobat X installed via munki by any of those "managed_install"
> items? (them being "Adobe Acrobat X Pro Installer",
> "AdobeCS55MasterCollection_Install", or "CreativeSuite5DesignPremium")
No. If munki can determine that any of those are installed by checking for the items in the "installs" list or receipts in the "receipts" list, it considers them installed. Munki doesn't keep track of what it did in the past -- every run it checks the items in managed_installs so see if they need to be installed or updated, the items in managed_updates to see if they need to be updated, and the items in managed_uninstalls to see if they've been removed.
So if you want AcrobatUpd to update any of ("Adobe Acrobat X Pro Installer", "AdobeCS55MasterCollection_Install", or "CreativeSuite5DesignPremium") Munki must be able to tell if any of those are installed.