I have a question about Automaton and multiple workflows. Is it possible to choose a workflow using Automaton and an SMB share. Here is what I am trying to do. We have images for our laptops and a different one for our desktops. I would like to be able to choose the workflow that I need.
I am using the following commands:
mkdir /tmp/mnt && mount_smbfs smb://guest@imac.local/Shared /tmp/mnt && hdiutil mount /tmp/mnt/mds/MDSDiskImage.dmg && /Volumes/MacDeployStickResources/run
The issue I see is that it points to a specific image and I need to look for multiple images
Thanks,
Steve