munkiadmin icon indicating copy to clipboard operation
munkiadmin copied to clipboard

Enhancement: Add items to manifest

Open rodneyjdouglass opened this issue 9 years ago • 3 comments

When adding items to manifests, only the items in the catalog linked to the manifest should show, not every item in munki. Its pointless showing all the items because they won't be installed.

rodneyjdouglass avatar Mar 21 '16 04:03 rodneyjdouglass

Thanks for reporting!

I don't necessarily agree with this. Manifests can be nested in many complex ways and the catalog assignment is always inherited. I don't want MunkiAdmin to needlessly limit what items can be added to a manifest. That said, there are items that should never be added to manifests such as the apple update metadata items which MunkiAdmin already filters out from the list.

hjuutilainen avatar Mar 21 '16 11:03 hjuutilainen

Perhaps this could be an admin preference?

On Mar 21, 2016, at 6:32 AM, Hannes Juutilainen [email protected] wrote:

Thanks for reporting!

I don't necessarily agree with this. Manifests can be nested in many complex ways and the catalog assignment is always inherited. I don't want MunkiAdmin to needlessly limit what items can be added to a manifest. That said, there are items that should never be added to manifests such as the apple update metadata items which MunkiAdmin already filters out from the list.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub

erikng avatar Mar 21 '16 16:03 erikng

" Manifests can be nested in many complex ways and the catalog assignment is always inherited."

Manifests only inherit a parent manifest's catalog list if there is no list of catalogs in the current manifest.

You should be able to filter "candidate" items against the current list of catalogs; if that list is empty, don't filter.

gregneagle avatar May 02 '16 23:05 gregneagle