We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In a policy resource, I want to use a login trigger. To accomplish this, I declare trigger_login = true for that policy.
trigger_login = true
The login trigger checkbox in Jamf Pro should be ticked.
The login trigger checkbox in Jamf Pro is not ticked even though the parameter seems to be correctly taken in account in the plan:
+ general { + enabled = true + frequency = "Once per computer" + id = (known after apply) + location_user_only = false + name = "p_assign_user" + network_requirements = "Any" + notify_on_each_failed_retry = false + offline = false + retry_attempts = 3 + retry_event = "check-in" + target_drive = "/" + trigger = "EVENT" + trigger_checkin = false + trigger_enrollment_complete = false + trigger_login = true + trigger_logout = false + trigger_network_state_changed = false + trigger_startup = false
?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
In a policy resource, I want to use a login trigger. To accomplish this, I declare
trigger_login = true
for that policy.Expected behavior
The login trigger checkbox in Jamf Pro should be ticked.
Actual behavior
The login trigger checkbox in Jamf Pro is not ticked even though the parameter seems to be correctly taken in account in the plan:
Possible explanation
?
Possible fix
?
The text was updated successfully, but these errors were encountered: