Title: Message Title
Tony Vu commented on an issue
Puppet / Bug PUP-1776
acl module can't load helper code when types loaded on master
The type and provider try to {{require 'puppet/type/acl/ace'}}, etc, but this doesn't work when the module is installed on the puppetmaster, because individual module lib directories are not added to the master's LOAD_PATH.

The pattern that we've followed in the past is to use a relative directory, e.g.

{code}
require 'pathname'
require Pathname.n...

--
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