-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Snmp access #79
Snmp access #79
Conversation
README.md
Outdated
@@ -175,6 +175,36 @@ Adds a squid.conf line | |||
http_access allow our_networks hosts | |||
``` | |||
|
|||
### Defined Type squid::snmp\_access | |||
Defines [snmp_access entries](snmp://www.squid-cache.org/Doc/config/snmp_access/) for a squid server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a funny looking URL :)
README.md
Outdated
Adds a squid.conf line | ||
|
||
``` | ||
# snmp_access fragment for out_monitoring hosts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
out_monitoring hosts
typo?
@@ -17,6 +17,7 @@ | |||
Optional[String] $coredump_dir = $squid::params::coredump_dir, | |||
Optional[Hash] $extra_config_sections = {}, | |||
Optional[Hash] $http_access = $squid::params::http_access, | |||
Optional[Hash] $snmp_access = $squid::params::snmp_access, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you've forgotten to set a default in params.pp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and that's why the tests are failing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
params.pp
needs updating.
params.pp has now been created. |
@SourceDoctor thanks. This snmp one is one I had been intending to add for a while. |
Access Rules for snmp Requests (equal to http_access)