puppetlabs-ruby
puppetlabs-ruby copied to clipboard
Fix for Ubuntu 16.04
trafficstars
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 already installed, there's no need for additional packages.