On 04/20/2014 03:52 AM, R. Tyler Croy wrote: > Warning: Puppet.features.rubygems? is deprecated. Require rubygems in > your application's entry point if you need it. > (at /usr/lib/ruby/vendor_ruby/puppet/util/feature.rb:17:in `add') > Failed to load feature test for rubygems: no such file to load -- > rubygems
Hi, I'm not sure about the whole context, but reading this error gives me the idea that you're simply supposed to require 'rubygems' and just let the type/provider's initialization fail if it's not present. HTH, Felix -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-dev/535416B1.2020006%40Alumni.TU-Berlin.de. For more options, visit https://groups.google.com/d/optout.
