Skip to content
New issue

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

Policy resource: login trigger check box not working #6

Open
ecanault opened this issue Mar 8, 2023 · 0 comments
Open

Policy resource: login trigger check box not working #6

ecanault opened this issue Mar 8, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@ecanault
Copy link

ecanault commented Mar 8, 2023

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:

+ 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

Possible explanation

?

Possible fix

?

@Yohan460 Yohan460 added the bug Something isn't working label Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants