-
Notifications
You must be signed in to change notification settings - Fork 56
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
[BUG] rule module does not respect parameter folder #195
Labels
Comments
@diademiemi may I ping you here and ask that you take a look? Thanks! |
Yeah I'll have a look when I can |
Fixed with #224. |
As this issue was fixed two weeks ago, I am closing this issue as done. |
robin-checkmk
pushed a commit
that referenced
this issue
May 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rule module does not respect parameter folder
module
rule
does not respect the parameterfolder
, only the parametersconditions
,properties
,value_raw
.It does not take into account that
folder
might be also different.As a result one cannot assign the rule with the same
conditions
,properties
,value_raw
to two different folders.With REST API it is possible!
snippet from the rule module
There is no check for
r["extensions"]["folder"]
Component Name
rule
Ansible Version
any
Checkmk Version
any
Collection Version
any with
rule
moduleEnvironment
To Reproduce
Example, only
folder
is differentExpected behavior
Both should be created.
Actual behavior
The second one is skipped
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: