-
Notifications
You must be signed in to change notification settings - Fork 68
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
Use datatypes and facts hash. Remove logic for Puppet 3.x #175
Conversation
|
Thanks for submitting the PR @treydock .Could you please update the branch. Thank you. |
0eb62b0
to
9c66246
Compare
|
@sheenaajay I've updated tests to pass |
9c66246
to
7dd52b0
Compare
|
@treydock Could you please rebase with the latest master. Thank you. |
7dd52b0
to
4e1fc9d
Compare
|
Rebased |
|
Hello @treydock, thank you for your contribution, this looks good |
| @@ -152,15 +152,15 @@ | |||
| end | |||
| end | |||
|
|
|||
| ['string', false, ''].each do |param_value| | |||
| ['string', false, '', '1', '30'].each do |param_value| | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hrmm, this is a breaking change.
| @@ -53,7 +53,7 @@ | |||
| end | |||
| end | |||
|
|
|||
| invalid_url_values = ['\\\\ciflocation\\share', 'bob', '4', ''] | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could potentially be breaking?
No description provided.