Hello,
I have been trying to deploy the Qualys package to Macs with no luck, had no issues with windows. I have tried variations of the configuration below.
I have also tried to install it using a script. It works fine when I run it locally on the Mac, but it fails when I send it with a custom configuration. I have also tried to send the commands separately and directly with "Configurations". For example, with one Configuration I just copy the pgk files, but when I send the command to install it, it just fails. I tried several variations:
sudo installer -pkg /tmp/qualys.pkg -target /
sudo /usr/sbin/installer -pkg /tmp/qualys.pkg -target /
/bin/sh -c "sudo /usr/sbin/installer -pkg /tmp/qualys.pkg -target /"
We are using EC cloud. Any tip is appreciated.