adding support for proprietary features to modules

I'm the author of Ansible's Riak module. We have some closed-source
features in our enterprise product, Riak EE, that are not currently
exposed in the existing Riak module, one being multi-datacenter
replication. We'd like to add some code to the module to make these
feature available. All the new bits in the module would be open, of
course, and it would be documented that Riak EE is required for the
features to work.

I'm guessing exposing proprietary features is ok since there are a
number of modules already that work with proprietary hardware and
APIs, but just wanted to confirm.

Thanks,

James

Completely ok!

-- Michael

I agree, I don’t have a problem with this as long as it’s clearly documented as such.