We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am unable to disable traditional access control (I would prefer to use VACM only). init.pp reads:
init.pp
puppet-snmp/manifests/init.pp
Lines 251 to 252 in 008aebb
undef
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
I am unable to disable traditional access control (I would prefer to use VACM only).
init.pp
reads:puppet-snmp/manifests/init.pp
Lines 251 to 252 in 008aebb
Since both parameters have a default value, this means
undef
can never be set (see e.g. the explanation at https://tickets.puppetlabs.com/browse/PUP-5295?focusedCommentId=222655&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-222655 ), which in turn means traditional access control can not be disabled.The text was updated successfully, but these errors were encountered: