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

Incorrect type of agentx_perms parameter #253

Open
camillo-toselli opened this issue Sep 30, 2021 · 0 comments
Open

Incorrect type of agentx_perms parameter #253

camillo-toselli opened this issue Sep 30, 2021 · 0 comments

Comments

@camillo-toselli
Copy link

The agentx_perms parameter is declared as Stdlib::Filemode type and the validation rules accept only a single file mode string (es 0755 or gu+w),
but the configuration parameter agentXPerms in snmpd.conf configuration file allows a more complex syntax ( SOCKPERMS [DIRPERMS [USER|UID [GROUP|GID]]] ) to specify the owner and the group of the agentX socket.
The complex syntax was allowed in puppet-snmp module version '4.1.0' but it is no more accepted in current (6.0.0) module version.

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

No branches or pull requests

1 participant