With the changes to 10.9's app store lock down and the config profile not working through the JSS/APNS push, is there a way to download the config profile and then bundle it up so it gets installed via the deployment workflow?
Solved
Deploy a config profile via pkg/dmg workflow
Best answer by Chris
Not sure if that's what you mean, but you can download Profiles from your JSS
(download button in v9, https://your.jss.address:8443/exportOSXConfigurationProfile.html in v8),
save it to /var/tmp for example, drag it into Composer and add a postflight script with
/usr/bin/profiles -I -F /var/tmp/yourProfile.mobileconfig
Then build it as a pkg and deploy it.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
