Closed chadh closed 5 years ago
I think the failing check is a false positive (per https://github.com/voxpupuli/puppet-lint-trailing_comma-check/issues/4).
Hi @chadh, are you still interested in getting this merged? If so. please rebase against our latest master branch.
yep! I have rebased on master and fixed up a merge conflict.
Pull Request (PR) description
This pull request is a first pass at modernizing the dropbear module. It removes the
validate_*
functions and replaces with Puppet Types, converts to EPP templates, and Hiera 5.I am obviously new to VP, but I would like to contribute more. I am submitting this mostly just to get my feet wet, so if it is total garbage, feel free to say so ;-) .
It's a larger pull request than I usually like, and I can tear it apart some if you prefer.
The unit tests all pass, but I will be adding some more around the deprecation pieces that I added.