mirror of
https://github.com/jamf/Setup-Manager.git
synced 2026-02-03 14:13:24 +00:00
Jamf Pro Configuration Profile Json #105
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lukecater on GitHub.
I might be overlooking something, but I can't find the "wait" action in the Enrolment Action array for either version 1.0 or 1.1.
@lukecater commented on GitHub:
Thank you! I've been using the beta, and it's performing really well during the testing phase—kudos! In my workflow, after changing a computer's name, It download a few more profiles and Mac apps based on the scope, so I thought a brief wait might be beneficial. I really appreciate having the JSON as a foundational element; I can easily adjust it by modifying the plist.
@scriptingosx commented on GitHub:
fixed in the 1.1 documentation
@scriptingosx commented on GitHub:
Yes, unfortunately there are technical limitations in the custom schema JSON which mean that we cannot provide the complete functionality in the custom JSON. (Localization is another that is not available.)
You will have to go to a custom plist if you want to use a
waitaction.However, if you want to use a
waitaction because you are experiencing issues with Jamf Pro, please test the 1.1beta and let us know if that resolves the issue without needing to add awaitaction.@scriptingosx commented on GitHub:
I will take this as documentation request. This should be added.