It would be great to be able to specify unless and onlyif statements for jboss_resources. Use case: I want to add an unless statement for anything configuring RBAC: ``` '(result == "6.0.0.GA") || (result == "6.1.0.GA") of :read-attribute(name=product-version)' ```
It would be great to be able to specify unless and onlyif statements for jboss_resources.
Use case:
I want to add an unless statement for anything configuring RBAC: