Issue #18739 has been updated by Daniel Pittman.
Oh, fer... so, apparently the feedback that this change was required got lost in the hand-over of the Ruby DSL from me to the rest of the team. You might want to audit my comments and check if any other feedback had been missed along the way. ---------------------------------------- Bug #18739: Calling functions from Puppet Ruby DSL does not work https://projects.puppetlabs.com/issues/18739#change-81409 Author: eric sorenson Status: Accepted Priority: Normal Assignee: Henrik Lindberg Category: Target version: 3.1.0 Affected Puppet version: Keywords: Branch: You cannot currently call parser functions from inside the Puppet Ruby DSL, though this should work Henrik says: For a function like "include", it sent this as a message to the scope, when it should have sent "function_include". It also screwed up by not passing args as an array (which we now require in Puppet 3) This is essential to the language and needs to work before it ships. -- 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 post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
