-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Conglomerate of PRs with tests #62
Conversation
@razorsedge How's this look? I made the modifications you requests with #61. |
@razorsedge Does this need anything else before you can merge it in? |
@jrwesolo Those "Merge branch" commits should not be in there. Did you fork from |
Also, I am not a fan of PR#43, as it changes long-standing defaults without documenting them. I fail to see how it helps prevent DDoS. |
Yes, I branched from master. Let me clean that up and do some quick research about PR#43. If I can find a good reason for it, I'll get that info to you. Otherwise, I'll remove that. Standby. |
* service_config_perms can be passed as a parameter now * Network and community parameters can be strings or array * Simplified snmpd.conf.erb template logic * Validate additional arrays * Spec tests to cover changes
be5e618
to
2030aa8
Compare
@razorsedge Should be good now. I cleaned up the commits and removed the stuff from #43. |
Version 3.6.0 released to the Forge. |
I was looking at this module and saw a few open pull requests that seem to have been abandoned by their submitters. I went ahead and implemented some of the changes, complete with tests, for the following PRs: #29, #43, #49.
Highlights
Change default groups to be empty, prevent DDoSservice_config_perms
to be a class parameterinit
class