Issue #21947 has been updated by Andrew Parker.
Released in 3.3.0 ---------------------------------------- Bug #21947: Error: uninitialized constant Puppet::Pops::Issues::ILLEGAL_NAME https://projects.puppetlabs.com/issues/21947#change-99592 * Author: Krishna Dole * Status: Closed * Priority: Normal * Assignee: * Category: parser * Target version: 3.3.0 * Affected Puppet version: 3.2.3 * Keywords: future_parser * Branch: https://github.com/puppetlabs/puppet/pull/1804 ---------------------------------------- When running with parser = future, there appears to be a bug in pops/validation/checker3_1.rb: it refers to the constant Issues::ILLEGAL_NAME, which is not defined anywhere. This came up because I had a double-quoted string with unintentional variable interpolation: "foo $HOSTADDRESS$ bar". This should have had single quotes, so yay for the checker for detecting there was a problem, but it blew up when it encountered it. -- 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.
