Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

documentation of perl::module's use_package parameter conflicts with implementation #10

@sbakker

Description

@sbakker

The documentation for perl::module says that the default value for use_package is true, while in fact it is false.

Also, would you consider doing:

define perl::module (
    $use_package = hiera('perl::module::use_package', false),
    ....

That would allow users to specify the default in Hiera (Puppet seems to use Hiera for class parameters automagically, but not defined types).

Cheers,
Steven

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