On Wed, 2014-04-09 at 11:45 -0400, John Eckersberg wrote:
> I'll submit a pull request with a new glusterfs::apiclient class that
> does nothing else but install the glusterfs-api package, and we can work
> from there. Let me know if you'd prefer another name. Maybe something
> like gluster::client::api, if you anticipate having other stuff under a
> gluster::client namespace?
Sounds good, except it's a bit tricky because of the versioning, so I
hacked it together for you:
https://github.com/purpleidea/puppet-gluster/tree/feat/libgfapi
To involve you more, I didn't even test it :) Please test and let me
know. If it meets your needs, I'll merge it into master.
Works for me! I didn't test the server bit, but it looks sane by visual
inspection. Thanks for knocking it out so quickly.
John