On Feb 20, 2:41 pm, Luke Kanies <[email protected]> wrote: > As I said on the ticket, I don't think this is necessary - all we need to do > is add the module lib dirs to Ruby's search path. > > That way any library can be used, rather than having to specifically use any > plugin system.
I commented in the ticket, but I'll briefly put it here. I think most of the comments were about using something like 'require "puppet/util/mylib"' from inside server side functions. I'd like this as well. Currenlty I'm using the File type to write them in to the system ruby puppet lib. I'd also like to add new destinations for things like Puppet::Util::Log and (I think) Puppet::Transaction::Report. These plugins need to be evaluated by the application as they're never require'd by a function. I think James' comment was addressing this case. -- You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev?hl=en.
