rhtconsulting / puppet-jboss_admin

Puppet module for runtime configuration of a JBoss container
MIT License
15 stars 12 forks source link

add unless and onlyif to jboss_resource #75

Open itewk opened 9 years ago

itewk commented 9 years ago

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)'
itewk commented 9 years ago

@cpitman thoughts?