Issue #7788 has been updated by Kelsey Hightower. Status changed from In Topic Branch Pending Review to Code Insufficient Branch changed from https://github.com/puppetlabs/puppet/pull/873 to https://github.com/kelseyhightower/puppet/tree/feature/3.0rc/autoloader_works_with_rubygems
Seems like this is going to get merged, but I may need to refactor depending on performance requirements. I'm closing the open pull request for now. ---------------------------------------- Feature #7788: Puppet should allow rubygems to deliver new functionality https://projects.puppetlabs.com/issues/7788#change-67140 Author: R.I. Pienaar Status: Code Insufficient Priority: Normal Assignee: Kelsey Hightower Category: plug-ins Target version: 3.0.0 Affected Puppet version: Keywords: rubygems autoloader Branch: https://github.com/kelseyhightower/puppet/tree/feature/3.0rc/autoloader_works_with_rubygems It would be desirable to use Rubygems to install things like parser functions. There might be cases where you only want a function on the master, pluginsync would copy it everywhere and everywhere might not have the dependencies needed to run it. If the autoloader considered the rubygem search path while autoloading this should allow gems to extend puppet. Update: Just to be clear, this ticket is about whether Puppet should allow rubygems as a delivery mechanism for Puppet extensions like parser functions, Faces, types and more. If added in, you could deliver Puppet extensions via modules with pluginsync and via installing a Ruby gem. Both the Puppet DSL and Puppet's Ruby DSL would be untouched. -- 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.
