Skip to content

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

@olifre

Description

@olifre

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions