Skip to content
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

Merged
merged 1 commit into from
Jan 24, 2018
Merged

Snmp access #79

merged 1 commit into from
Jan 24, 2018

Conversation

SourceDoctor
Copy link
Contributor

Access Rules for snmp Requests (equal to http_access)

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.
Copy link
Member

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
Copy link
Member

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,
Copy link
Member

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

Copy link
Member

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.

Copy link
Member

@alexjfisher alexjfisher left a 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.

@traylenator traylenator self-assigned this Jan 24, 2018
@traylenator traylenator added enhancement New feature or request and removed needs-rebase labels Jan 24, 2018
@traylenator
Copy link
Contributor

params.pp has now been created.

@traylenator traylenator merged commit 14b9263 into voxpupuli:master Jan 24, 2018
@traylenator
Copy link
Contributor

@SourceDoctor thanks. This snmp one is one I had been intending to add for a while.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants