Keith
--
You received this message because you are subscribed to the Google Groups "munki-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On Apr 16, 2015, at 8:23 AM, Keith Mitnick <keith....@gmail.com> wrote:I appreciate all the responses. I will give them a try.Please keep them coming.
On Apr 16, 2015, at 1:15 PM, Mike Pullen <mi...@thepullen.net> wrote:Am I missing a way to group together several packages that can be defined as a Required for an individual package?
I simply install all drivers on all machines. We don't have to terribly many brands and models to support so that might be a difference. I would try a manifest that lists all your printer drivers and include that in all your host manifests.
On Apr 16, 2015, at 1:59 PM, Mike Pullen <mi...@thepullen.net> wrote:Parsing out which specific Sharp driver package is required for each printer would be a PITA (especially, retroactively across the several-dozen printers we deploy); nice would be a Requires that says "Sharp drivers"-- but that requires a package that is "Sharp drivers", which doesn't exist.
I can meta-package the individual driver packages together if that's the only way, but would prefer not to have to do that if I'm missing a way to nest packages in munki!I understand that requires is an array and can hold multiple values, but that would still require inserting this array into all of the existing pkginfos.
So, could a nopkg that just has just other packages as Requires work as I'm wishing, to allow "nesting" or "combining" of packages? Can a nopkg create and leave a receipt? (Am not finding a whole lot of info on how nopkgs work…)