Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow client package override #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ghola
Copy link
Contributor

@ghola ghola commented Jul 28, 2015

In a recent VM build (centos 6.6) i noticed that the memcached and couchbase client libraries conflict. They are both using libevent, but while memcached is using the standard centos repo libevent, couchbase is using libcouchbase2-libevent from the couchbase repo.

It turns out that couchbase can also use libcouchbase2-libev and this solves the conflict with memcached. But to do that one needs to be able to override the default client_package, hence this PR.

@justicel
Copy link
Owner

Thanks for the pull request. I'll have to do some testing of this to make sure it works as expected under Ubuntu/Debian as well.

@justicel
Copy link
Owner

justicel commented Aug 4, 2015

@ghola Please do some syntax cleanup for the variables to conform to Puppet style specifications and I'll accept/close this pull request. Thanks.

@skiz
Copy link

skiz commented Jan 11, 2016

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants