HomePhorge

[#4555] puppet queue tries to call code it hasn't required
4c280796f71fUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

[#4555] puppet queue tries to call code it hasn't required

puppet queue was trying to call .subscribe on
Puppet::Resource::Catalog::Queue, but that object had not been loaded
into the ruby interpreter.
This bug was partially masked by ruby's confusing constant resolution,
which was incorrectly returning the Puppet::Application::Queue class
instead of throwing a NameError

Details

Provenance
Jesse Wolfe <jes5199@gmail.com>Authored on
Markus Roberts <Markus@reality.com>Committed on Aug 21 2010, 10:07 PM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUd1150e0b9162: fix #4528 - treat * as absent
Branches
Unknown
Tags
Unknown

Event Timeline

Markus Roberts <Markus@reality.com> committed rPU4c280796f71f: [#4555] puppet queue tries to call code it hasn't required (authored by Jesse Wolfe <jes5199@gmail.com>).Aug 21 2010, 10:07 PM