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

Fix the default redis port value #178

Merged
merged 1 commit into from
Aug 3, 2016
Merged

Fix the default redis port value #178

merged 1 commit into from
Aug 3, 2016

Conversation

mcasper
Copy link
Contributor

@mcasper mcasper commented Apr 12, 2016

validate_re expects a string to match against, but the default value for
the redis port is a fixnum, causing a compilation error when using the
default value.

`validate_re` expects a string to match against, but the default value for
the redis port is a fixnum, causing a compilation error when using the
default value.
@truthbk
Copy link
Member

truthbk commented May 6, 2016

@mcasper thanks for pointing this out and creating the PR. Will merge it after giving it a test-drive!

@truthbk truthbk added this to the triage milestone May 6, 2016
@truthbk truthbk merged commit 5c30829 into DataDog:master Aug 3, 2016
@mcasper mcasper deleted the redis_port_should_be_string branch August 3, 2016 17:52
cegeka-jenkins pushed a commit to cegeka/puppet-datadog_agent that referenced this pull request Jan 31, 2018
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.

2 participants