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: priority option in script declaration not working #8

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

Comments

@ecanault
Copy link

ecanault commented Mar 8, 2023

Description

When you add a script in a policy, you may want to change its priority (BEFORE or AFTER).

Expected behavior

Setting the priority of a script in a policy should be reflected in Jamf Pro.

Actual behavior

Even if the priority is correctly defined in the plan, the result in Jamf Pro is not correct:

+ script {
          + id         = "330"
          + name       = (known after apply)
          + parameter4 = "googlechrome"
          + priority   = "AFTER"
}

capture

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