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

Rebase of #668 #673

Merged
merged 4 commits into from
Apr 24, 2017
Merged

Rebase of #668 #673

merged 4 commits into from
Apr 24, 2017

Conversation

hunner
Copy link

@hunner hunner commented Apr 24, 2017

Closes #668

if $proxy['https'] {
validate_legacy(Boolean, 'validate_bool', $proxy['https'])
if $proxy['https']{
assert_type(Boolean, $proxy['https'])
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i remember this from concat. do we need these asserts?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are for the keys of a hash. I don't think we have a way to type the keys otherwise.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

o rite

@eputnam eputnam merged commit 4815fa1 into puppetlabs:release Apr 24, 2017
@hunner hunner deleted the secondRelease branch April 24, 2017 18:55
@LukasAud LukasAud added the bugfix label Jun 6, 2023
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.

3 participants