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

Cannot disable traditional access control for ro_community{,6} #232

Open
olifre opened this issue Nov 4, 2020 · 0 comments
Open

Cannot disable traditional access control for ro_community{,6} #232

olifre opened this issue Nov 4, 2020 · 0 comments

Comments

@olifre
Copy link
Contributor

olifre commented Nov 4, 2020

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 5.5.22
  • Module version: 5.1.1

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:

Variant[Undef, String[1], Array[String[1]]] $ro_community = 'public',
Variant[Undef, String[1], Array[String[1]]] $ro_community6 = 'public',

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.

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