-
Notifications
You must be signed in to change notification settings - Fork 303
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: permitting $backup to be boolean false #208
Conversation
|
The unit tests need to be updated and I suspect the acceptance tests as well. |
|
updated the tests I found. |
|
@flypenguin Thank you for updating the tests. Question - is there any reason not to allow backup to accept a true boolean value? |
|
because according to the File[] docs from puppetlabs (or as I understand 2014-08-13 16:12 GMT+02:00 Joshua Hoblitt notifications@github.com:
|
|
According to the type refernce, How about someting along the lines of: ? |
|
oops must have missed that. sure that's the better way then. I can do it tomorrow if you like.— On Wed, Aug 13, 2014 at 4:54 PM, Joshua Hoblitt notifications@github.com
|
|
sorry, took a while longer. both string and boolean values are permitted now. |
|
Looks good. Thank you for contributing! |
fix: permitting $backup to be boolean false
|
my pleasure :) |
concat::backup can actually be a boolean false, which currently is not permitted by the validation, and should be. now it is :)