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

JamfUploader Integration Adding a Distribution Point #684

Open
wreck-gar opened this issue Jun 14, 2022 · 1 comment
Open

JamfUploader Integration Adding a Distribution Point #684

wreck-gar opened this issue Jun 14, 2022 · 1 comment

Comments

@wreck-gar
Copy link

wreck-gar commented Jun 14, 2022

Hi, I'm not having much luck configuring the JamfUploader integration.

It doesn't seem to pick up the Distribution Point. If I try to manually add a SMB DP, the fields for Share Name, URL, Username, etc won't let me enter details. I can populate the DP details via the JSSImporter integration, but that doesn't work with JamfUploader.

To get jamfUploader to work I can enter the following in Terminal;

defaults write com.github.autopkg SMB_URL smb://dp01.domainhere.co.nz/DP01/
defaults write com.github.autopkg SMB_USERNAME usernamehere
defaults write com.github.autopkg SMB_PASSWORD userpasswordhere
kill cfprefsd

That will allow me to upload the package into the DP Fileshare.

Also, it does not like a / on the end of the Jamf URL. The example is https://example.jamfcloud.com/ but it should be https://example.jamfcloud.com otherwise I get the error "Package metadata upload failed".

@grahampugh
Copy link

grahampugh commented Jun 17, 2022

Hi @wreck-gar , I've just given it a try and you're right. AutoPkgr is currently assuming the key structure that was used for JSSImporter but this won't work for JamfUploader. Some reworking is going to be required.

Until fixed, I would recommend that you skip the dialog that offers to automatically configure the DP, and then use the defaults commands you have already specified.

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

No branches or pull requests

2 participants