Actions
Bug #2672
closedCan not set "Key Type" for Puppet Module
Description
Hi. I have a module:
class blah(
$var = $blah::params::var
) {
include blah::params
# stuff ...
}
class blah::params {
$var = [ ' ' ]
}
$blah::params::var should be an array. So I tried to set the override key type on the " from String to Array and it just wont happen. If I put in a default value it will stick, but otherwise it will not.
Updated by Anonymous over 11 years ago
- Status changed from New to Assigned
- Assignee set to Anonymous
Updated by Anonymous over 11 years ago
- Status changed from Assigned to Rejected
Also, see doc update: https://github.com/theforeman/theforeman.org/pull/61
Actions