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

unixsocket should be passed along to config in order to configure sockets properly #19

Merged
merged 1 commit into from
Nov 30, 2013

Conversation

sarkis
Copy link
Contributor

@sarkis sarkis commented Nov 26, 2013

As the title states, this fix is necessary to have the unixsocket parameter work.

Currently it will always pass config.pp an empty string which in turn never gets the unixsocket directive into the redis configuration.

@sarkis
Copy link
Contributor Author

sarkis commented Nov 26, 2013

I suppose a proper spec test to cover this case would have been a nice gesture. Will work on getting that done as well :)

EDIT: Looks like you got that covered here: https://github.com/evenup/evenup-redis/blob/master/spec/classes/redis_config_spec.rb#L52-L97

And also, thank you for this module, was the best written one out of the top ones on puppet forge, great work.

jlambert121 added a commit that referenced this pull request Nov 30, 2013
unixsocket should be passed along to config in order to configure sockets properly
@jlambert121 jlambert121 merged commit 01efb08 into evenup:master Nov 30, 2013
@jlambert121
Copy link
Contributor

Nice catch on this - sorry about the bug!

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.

None yet

2 participants