puppetlabs-ruby
puppetlabs-ruby copied to clipboard
The ruby module is used as a dependency in many other component modules. Some of them also define the `ruby` package or any of the other packages here. This leads...
In LinuxMint, `rubygems` is integrated into the `ruby` package.
Ubuntu 16.04 redirects "rubygems" to "ruby". So if we have `package { 'rubygems': ensure => present}`, it will log a change on every puppet run. As the package `ruby` is...
This module wasn't working for me due to duplicate definitions, because I'm using other modules from the forge which require ruby / rubygems packages. They're using ensure_packages() to achieve this....
Debian Jessie has a virtual package for Rubygems which means every puppet run the virtual package is re-installed. Adding the option to manage Rubygems allows me to switch this off...
FreeBSD 11 requires rubygems package version 22, as apposed to all previous supported FreeBSD versions. We tested this locally, wanted to update the rest of the world. FreeBSD 11, if...
This PR adds Rubies 2.2 and 2.3.