I've created a package in Composer that is meant to import a User and Computer Configuration Profile during the imaging process. If I run the package manually both Config. Profiles are installed correctly, if I run it as part of the imaging process the Config. Profiles are not being applied.
My commands are
/usr/bin/profiles -I -F "/private/tmp/configuration_profiles/test - user.mobileconfig"
/usr/bin/profiles -I -F "/private/tmp/configuration_profiles/test - computer.mobileconfig"
The mobileconfig files - Admin RW, Staff R, Everyone R
The configuration_profiles folder - root RWX, admin RX, Everyone RX
Am I missing something that's right in front of me?
