Surely I am doing something wrong, so I ask -
I have a smart group looking for a specific version of Chrome.
I want users to go to self service, run the policy that uninstalls that version, and then by a custom trigger, run the second policy to install the proper version based on my custom event trigger.
In a new policy, it is triggered by jamf policy -event chrome
In the policy that ought to run second, the Custom Event to use to initiate the policy is
chrome
The first policy runs from self service…removes the improper version of chrome, but the new version never shows up.
Logs for the uninstall policy tell me:
Running command jamf policy -event chrome...
Result of command: Checking for policies triggered by "chrome"... No policies were found for the "chrome" trigger.
So, is my syntax wrong on either of my policies or what?