Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TeamViewer Installs/Optional Receipts fix #181

Merged
merged 2 commits into from
Apr 29, 2021

Conversation

tboyko
Copy link
Contributor

@tboyko tboyko commented Apr 28, 2021

The current munki recipe utilizes the MunkiPkginfoReceiptsEditor processor. This processor functions by making changes to the pkginfo flat file. When using a munki repo that is not flat-file based, the processor fails because it cannot open and modify the pkginfo. As a result, the recipe fails to add the optional keys to the receipts array if the munki repository is not a local or mounted folder.

Interestingly enough, the TeamViewer.pkg.recipe implements the MunkiInstallsItemsCreator as noted by @hansen-m in #173. This information is lost (not committed to the final pkginfo), however, as there is no necessary MunkiPkginfoMerger processor included after.

This MR removes the troublesome optional receipts approach and adds MunkiPkginfoMerger so that the installs approach may be used.

tboyko added 2 commits April 28, 2021 10:49
…e munki repos. add pkginfo merge so that installs array is not lost.
@hjuutilainen hjuutilainen merged commit f0d202d into autopkg:master Apr 29, 2021
@hjuutilainen
Copy link
Contributor

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants