Project

General

Profile

Actions

Bug #2672

closed

Can not set "Key Type" for Puppet Module

Added by Patrick Cable almost 11 years ago. Updated almost 11 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Puppet integration
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

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.

Actions #1

Updated by Anonymous almost 11 years ago

  • Status changed from New to Assigned
  • Assignee set to Anonymous
Actions #2

Updated by Anonymous almost 11 years ago

  • Status changed from Assigned to Rejected
Actions

Also available in: Atom PDF