Bug #747
The Yum package manager fails when the yum server is not available.
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | 0.24.0 | |||
| Affected Puppet version: | 0.25.4 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
There was no error handling in the Puppet yum package manager for the case where you were checking the ‘latest’ version of a package.
Added a small patch that throws a warning and then runs ‘installed’ instead of querying the server.
This patch should be improved in the future to provide more fine grained feedback to the user.
History
Updated by David Schmitt over 4 years ago
The fix is available in the
misspiggy/fix-747branch of the repo at
git://git.black.co.at/puppet-bugfixes
Updated by David Schmitt over 4 years ago
commit:8722e439b71de005a56820b3e3cf704e3a5b5c8c makes deep changes to the provider. The patch thus doesn’t apply anymore to HEAD. Please check whether these changes have fixed the problem already.
Updated by Luke Kanies over 4 years ago
- Status changed from 1 to Closed
- 7 set to fixed
This appears to be fixed…?