HomePhorge

(#13397) fix gem provider ensure=>latest bug
e24755dafe0fUnpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

(#13397) fix gem provider ensure=>latest bug

As of 2.7.12, if you had "ensure=>latest" for any gem package
resource, puppet would not correctly detect that the gem
was already installed and would attempt to install it on
every run. (This was because the "latest" method on the
gem provider was always returning an array, when it should
always be returning a single value.)

Details

Provenance
Chris Price <chris@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU2d51b642fcd1: Merge pull request #602 from cprice-puppet/bug/2.7.x/13439-spec-api…
Branches
Unknown
Tags
Unknown

Event Timeline

Chris Price <chris@puppetlabs.com> committed rPUe24755dafe0f: (#13397) fix gem provider ensure=>latest bug (authored by Chris Price <chris@puppetlabs.com>).Mar 30 2012, 2:18 AM