munki / mwa2

Version 2 of MunkiWebAdmin
Other
156 stars 37 forks source link

Add support for 3x new pkginfo keys #36

Closed ChefAustin closed 5 years ago

ChefAustin commented 5 years ago

Fixes #35

This PR would add support for the following pkginfo keys: copy_local, precache, and suppress_bundle_relocation.

As far as I can tell, I covered all needed bases for these new keys to be supported by auto-completion/suggestion, but I could very well be overlooking something; if so, feel free to let me know and I'll do my best to made requisite changes.

gregneagle commented 5 years ago

"suppress_bundle_relocation" and "copy_local" aren't new -- they are actually quite old and possibly not completely supported any longer (suppress_bundle_relocation for example, only worked with bundle-style packages). But I'm going to merge this anyway...