Project

General

Profile

Actions

Bug #2068

closed

puppet:import:puppet_classes silently fails to import classes that have a parameter called "notify"

Added by David Schmitt over 11 years ago. Updated almost 7 years ago.

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

Description

the import task will silently ignore the following class:

class icinga($notify) { }

but will happily import

class icinga($notification) { }

I'm guessing this is due to the clash with the notify metaparameter, but still, an error message or warning would be really great :-)

Actions #1

Updated by Greg Sutcliffe over 11 years ago

Actually I think we can widen this a little in scope - the importer will silently discard any class with syntax error - if Puppet can't parse it, the proxy will ignore it. We should probably warn about that.

Actions #2

Updated by Anonymous almost 7 years ago

  • Description updated (diff)
  • Status changed from New to Rejected

problem is on the puppet side

Actions

Also available in: Atom PDF