Issue #21874 has been updated by Charlie Sharpsteen. Status changed from Unreviewed to Needs More Information Assignee set to Vasiliy Boulytchev Keywords changed from parser future customer to future_parser customer
Hi Vasily, I just tried to re-produce this behavior on PE 3 and was not successful in creating the error you reported: <pre> # FACTER_purpose=apache_dotcom,weblogic puppet apply --parser=future -e 'include truth_enforcer::logic' Notice: Derived to weblogic Notice: /Stage[main]/Truth_enforcer::Logic/Truth_enforcer::Logic::Chose_module[weblogic]/Notify[Derived to weblogic]/message: defined 'message' as 'Derived to weblogic' Notice: Derived to apache_dotcom Notice: /Stage[main]/Truth_enforcer::Logic/Truth_enforcer::Logic::Chose_module[apache_dotcom]/Notify[Derived to apache_dotcom]/message: defined 'message' as 'Derived to apache_dotcom' Notice: Finished catalog run in 0.49 seconds </pre> Would it be possible to get the value of the `::purpose` fact that was being used by the failing node? ---------------------------------------- Bug #21874: Enabling --parser future causes classes to be not found and other errors https://projects.puppetlabs.com/issues/21874#change-95688 * Author: Lee Lowder * Status: Needs More Information * Priority: Normal * Assignee: Vasiliy Boulytchev * Category: compiler * Target version: * Affected Puppet version: 3.2.2 * Keywords: future_parser customer * Branch: ---------------------------------------- (from a customer) After setting parser = future in puppet.conf, code that was working now causes errors. Sample error: undefined method `value' for Puppet::Pops::Model::AccessExpression:Puppet::Pops::Model::AccessExpression at /etc/puppetlabs/puppet/modules/.../manifests/logic.pp:24 (code sample is in the support ticket, will be linked to in a comment) -- 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.
