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 all porcelain resources #76

Open itewk opened 9 years ago

itewk commented 9 years ago

This is similar to issue #75 but for all of the generated porcelain 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?