Puppet: System Administration Automated

Support

Ticket #774 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Syntax error on collect/realize scoped types

Reported by: thijs Assigned to: michael
Priority: normal Milestone: misspiggy
Component: library Version: 0.23.2
Severity: normal Keywords: collect,realize,scope
Cc: Triage Stage: Accepted
Attached Patches: None Complexity: Easy

Description

Trying to either realize or collect scoped types results in a syntax error from the parser. You get:

err: Could not parse; using old configuration: Syntax error at '<|'; expected '|>' at 

err: Could not parse; using old configuration: Syntax error at '<<|'; expected '|>>' at 

respectively.

Change History

09/06/07 19:42:02 changed by michael

  • owner changed from luke to michael.
  • status changed from new to assigned.
  • complexity changed from Unknown to Easy.
  • stage changed from Unreviewed to Accepted.
  • milestone set to misspiggy.

We should just use CLASSREF instead of NAME in grammar.ra in the collection statement.

09/10/07 21:35:41 changed by michael

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in [19a748bb9e1fcdc574dca9de4ee82bd017627a19]

09/10/07 21:42:46 changed by michael

Oops, the fix was actually made in [041393d1462b44438ede6dcf47fb05ec1084c998]