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 for coalescing boolean values #63

Merged
merged 1 commit into from
Jul 27, 2020

Conversation

jarretlavallee
Copy link
Contributor

@jarretlavallee jarretlavallee commented Jul 27, 2020

Prior to this commit, the coalesce method would not properly handle
boolean values. It would return the default true if coalescing a
false value. This commit updates the logic to be able to handle
booleans correctly.

This PR resolves #60

Prior to this commit, the coalesce method would not properlly handle
boolean values. It would return the default `true` if coalescing a
`false` value. This commit updates the logic to be able to handle
booleans correctly.
@m0dular
Copy link
Contributor

m0dular commented Jul 27, 2020

Looked over this change and tested it, looks good. 👍

@jarretlavallee jarretlavallee merged commit 449e4d1 into puppetlabs:master Jul 27, 2020
@jarretlavallee jarretlavallee deleted the fix/master/use_ssl branch July 27, 2020 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Work around puppetdb metric collection forces SSL
3 participants