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