The best thing to do would be to pkg up the profiles and then have a postinall script run that installs them on the machine. I've done this with quite a few configuration profiles. The postinstall script would just be something like:
/usr/bin/profiles -I -F /private/tmp/profile.mobileconfig
You could then add the pkg to your jss/jds and run this as a regular policy. Hope this helps.
Allen
This is exactly how I do it (packages with postflight scripts to install). I strongly recommend putting a little time into learning Iceberg or something similar if you haven't already, since packaging everything you do gives you a ton of flexibility and control.
Thanks for the advice guys.
Alex,
Can you tell me why you feel iceberg is better than composer?
I'd recommend just using pkgbuild for something like this. You could even look at luggage which is what I use for most of my pkg builds.
Allen