Title: Message Title
Andy Parker commented on an issue
Puppet / Bug PUP-3265
4x functions in modules are broken
Commit 0447ea02 changed the function path for 4x functions:

{code}
- FUNCTION_PATH_4X = File.join('lib', 'puppet', 'functions')
+ FUNCTION_PATH_4X = File.join('puppet', 'functions')
{code}

Now it's not possible to load 4x functions from modules as the loader returns a path such as: <module dir>/lib/puppet/functions, even for 4x functions.
...


--
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/d/optout.

Reply via email to