macadmins / SplashBuddy

Onboarding splash screen for MDM and Automated Device Enrollment.
Apache License 2.0
403 stars 70 forks source link

Using Package Name without - or package version #92

Open sainmaah opened 6 years ago

sainmaah commented 6 years ago

Would it be possible to use package names without - and/package versions? And do they have to be uploaded to Jamf or can we use local servers and a URL in the jamf policy?

cybertunnel commented 6 years ago

So right now SplashBuddy does not have the feature to read packages without a - and version in the package name. This is due to it uses RegEx to pull the package name. I will add this as an enhancement so we can properly track this. As for where the packages come from, they have to just write the package name to the /var/log/jamf.log file as if it was from the Jamf Pro server. However if you are talking about Distribution Points, you can use them like you usually do with Jamf Pro and everything will work as expected.

ftiff commented 3 years ago

This will be addressed in 2.0.0. Thanks for your feedback