-
Notifications
You must be signed in to change notification settings - Fork 138
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
Substantial refactor #18
base: master
Are you sure you want to change the base?
Conversation
Lots of style fixes to pass puppet-lint and created parameterized classes which allow for data to specified with Hiera in Puppetv3.
@ghoneycutt : You may want to rebase onto the develop branch. I am about to release a version 3.0.0. |
Support ability to specify nisdomain
+1 to this one!! |
Would love to have the functionality of configuration the network module using hiera which this pull request includes. Would it be possible to push this pull request further @razorsedge and @ghoneycutt? Otherwise should a separate pull request be created with this functionality? |
@anders-larsson you have this compatibility :) Your Puppetfile should have my repo and this branch |
True enough :) Would be nice to use the upstream version though since it has received a lot of new features and are actively developed. Just thought it would be nice if hiera support could be merged into the upstream module. More features for everyone. Thank you for responding. |
Lots of style fixes to pass puppet-lint and created parameterized
classes which allow for data to specified with Hiera in Puppetv3.