Issue #23096 has been reported by Josh Partlow. ---------------------------------------- Bug #23096: ENC can't declare any classes that are declared by Puppet https://projects.puppetlabs.com/issues/23096
* Author: Josh Partlow * Status: Accepted * Priority: Normal * Assignee: Josh Partlow * Category: * Target version: 3.4.0 * Affected Puppet version: * Keywords: * Branch: ---------------------------------------- If an ENC uses the class parameter format to return its results, Puppet will declare *all* those classes as resources (even if none of them actually have parameters). This means that if the ENC declares a class which is declared elsewhere in Puppet (even if it's just included), compilation will fail. Because the Console now always uses the class parameter format, classifying a node in Console with any class which is already included either in site.pp or by some other class will fail. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
