-
Notifications
You must be signed in to change notification settings - Fork 36
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
added defined resources for network and user configuration #20
Conversation
added documentation for user and network defined resources
|
The type declarations break compat with puppet 3.x. Could you convert these to |
|
I have made the requested changes. Thanks! |
|
I have made the changes. Thanks. On Tue, Jun 21, 2016 at 6:20 PM -0700, "Joshua Hoblitt" notifications@github.com wrote: The type declarations break compat with puppet 3.x. Could you convert these to You are receiving this because you authored the thread. |
|
I didn't test it but this PR looks amazing! +1 |
fixed validate_integer call in user.pp added documentation and example for snmp defined resource
|
The travis failure was due to ruby 1.8.7, which can be ignored (this module needs a plumbing update). This looks pretty reasonable to me. Would you be willing to add a few rspec unit tests? |
|
Sure, I’ll read up on it and see if I can write some tests. I’ve never done it before. From: Joshua Hoblitt [mailto:notifications@github.com] The travis failure was due to ruby 1.8.7, which can be ignored (this module needs a plumbing update). This looks pretty reasonable to me. Would you be willing to add a few rspec unit tests? — |
Test stubs and option to change interface type
|
I created the rspec tests for the new features and also incorporated some tests/changes from Pat. I had to remove the interface type setting since it wasn't working as expected. I think we can revisit after these initial features are merged. Appreciate the help. |
wrapped lines in network.pp to get under 140 characters
|
This looks good, doubly so for a first effort at rspec. I had figured managing ipmi would need to be done as a native type. Thanks for contributing! |
also added documentation and examples for network and user defined resources