You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Munki wiki says this about the difference between requires and update_for:
Items that declare (via update_for) they are updates for other items generally are not added to a manifest; Munki finds and applies them "automatically".
So this allows administrators to specify only one item — munkitools — in their manifest. All other munkitools-related items are found and included automatically (either because they are requirements for munkitools or declared as updates for a required package in munkitools).
The part I'm not super clear on is how administrators can opt out of deploying the admin tools to a specific manifest. The munkitools_admin pkginfo isn't overrideable, so I suppose one method would be for the administrator to create a duplicate of the munkitools5.munki.recipe locally.
I think in line 333 it should an requires and not an update_for
recipes/munkitools/munkitools5.munki.recipe
Line 333 in 5db796b
<key>update_for</key> <array> <string>%MUNKITOOLS_PYTHON_NAME%</string> <string>%MUNKITOOLS_CORE_NAME%</string> </array>
The text was updated successfully, but these errors were encountered: