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

ro_community not propogated to com2sec #31

Closed
mojothemonkey opened this issue Nov 27, 2014 · 4 comments
Closed

ro_community not propogated to com2sec #31

mojothemonkey opened this issue Nov 27, 2014 · 4 comments
Assignees
Labels
duplicate This issue or pull request already exists question

Comments

@mojothemonkey
Copy link

not working for me for some reason, on PE 3.7

all I am trying is:

class { '::snmp':
  ro_community    => 'somestring',
}

the string gets propogated to the 'traditional access control'

# Traditional Access Control
#rocommunity somestring 127.0.0.1

but not to the com2sec section

# VACM Configuration
#       sec.name       source        community
com2sec notConfigUser  default       public
@brandonweeks
Copy link

Confirmed on Puppet open source 3.7.3.

@razorsedge razorsedge self-assigned this Dec 28, 2014
@razorsedge razorsedge added the bug Something isn't working label Dec 28, 2014
@razorsedge
Copy link
Contributor

This is fixed in the develop branch. I will be releasing a new version to the Forge shortly.

@razorsedge razorsedge added question duplicate This issue or pull request already exists and removed bug Something isn't working labels Dec 29, 2014
@razorsedge
Copy link
Contributor

Actually, this is not a bug. The ro_community parameter does not affect the com2sec settings in snmpd.conf. You will have to use the com2sec parameter to change that setting. This is discussed in issue #10.

@mojothemonkey
Copy link
Author

OK cool. Comments/code bit misleading, but I see you are already on it.
Let's close this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists question
Projects
None yet
Development

No branches or pull requests

3 participants