Project

General

Profile

Actions

Bug #2137

closed

Unable to parse class with default parameters

Added by Josh Baird over 11 years ago. Updated over 11 years ago.

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

Description

1.1 RC4. I have the following class definition which my proxy (1.1 RC1) is unable to import:

class pbis_open(
$domain = 'na.lan',
$ou = 'Resources/CRP/UnixServers/Linux',
$options = '--disable hostname',
$joinuser = 'unixdom',
$joinpassword = 'pass',
$requiremembershipof = '"na\\EITUnixAdmins" "wheel"',
) {
class {'pbis_open::install': } ->
class {'pbis_open::domainjoin': } ->
Class['pbis_open']
}

Actions

Also available in: Atom PDF