Bug #26823
PuppetCA command line implementation fails with uninitialized constant Proxy::PuppetCa::PuppetcaPuppetCert::PuppetcaImpl::NotPresent
Status:
Closed
Priority:
Normal
Assignee:
Category:
PuppetCA
Target version:
Difficulty:
Triaged:
No
Bugzilla link:
Description
2019-05-17T14:17:31 02016158 [I] Started DELETE /puppet/ca/sheri-whitling.wisse.example.com 2019-05-17T14:17:32 02016158 [E] Failed to remove certificate(s) for sheri-whitling.wisse.example.com: uninitialized constant Proxy::PuppetCa::PuppetcaPuppetCert::PuppetcaImpl::NotPresent
Associated revisions
History
#1
Updated by The Foreman Bot almost 4 years ago
- Assignee set to Ewoud Kohl van Wijngaarden
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/652 added
#2
Updated by Tomer Brisker almost 4 years ago
- Fixed in Releases 1.22.0 added
#3
Updated by Ewoud Kohl van Wijngaarden almost 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 618e002b134b81e7f7aa0423f9996d285df6d3e3.
#4
Updated by The Foreman Bot almost 4 years ago
- Pull request https://github.com/theforeman/smart-proxy/pull/606 added
#5
Updated by Marek Hulán almost 4 years ago
- Bugzilla link set to 1716294
Fixes #26823 - NotPresent exception in PuppetcaPuppetCert (#652)
In eab6b899c63dfaeb9ae29f6b48d80950ec40bed0 the PuppetcaPuppetCert class
was introduced. It created a regression by referring to the relative
NotPresent which resulted in:
By using the absolute class name, we get the correct Exception class.