I have two versions of Ruby on my servers. One that is used for Puppet and system scripts (Ruby 1.8.7) and then one which is a custom package I built running the latest Ruby 1.9.3. This is used for the Ruby/Rails applications that are being developed by our dev team. Is there a way for Puppet to control the gems installed by both of these gem versions? I need a way to spin up systems with no user input, right now thats not possible without this. Is subclassing the gem provider the only way or is there a more clean way to set path with the current gem provider. I was looking in the gem.rb provider source and didn't see a way there.
Thanks, Ron -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/xRwCW9vQdFgJ. 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-users?hl=en.
