Details
-
New Feature
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Night's Watch
-
3
-
NW - 2020-09-16, NW - 2020-09-30, NW - 2020-10-14
-
New Feature
-
Updated the gem provider to install by default gems in the system Ruby. puppet_gem provider must be used to managed gem in the ruby vendored by Puppet.
-
Needs Assessment
Description
On Windows the gem provider installs new gems in the Ruby shipped by Puppet. This happens because the Puppet path is prepended to the existing system path.
The desired behavior for the gem provider is to install gems in the system ruby, if it exists.
puppet_gem provider should install gems in the Ruby provided by Puppet.