puppetlabs-ruby icon indicating copy to clipboard operation
puppetlabs-ruby copied to clipboard

Fix for Ubuntu 16.04

Open Bouke opened this issue 8 years ago • 0 comments
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.

Bouke avatar Aug 25 '17 15:08 Bouke