Bug #324
Don't try to read signed certs before cleaning with puppetca
| Status: | Closed | Start: | 06/14/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | Unattended installations | |||
| Target version: | 0.1-6 | |||
| Backlog: | Difficulity: | |||
| Votes: | 0 |
Description
Foreman currently tries to read CA signed cert files before it calls puppetca to clean them. However, if foreman is not running as either root or puppetmaster, it won't be able to read the ssl/ca/signed directory to check if the files exist or not. The test will always declare the file doesn't exist, so certs will never be cleaned, breaking unattended builds.
This simple patch just makes the puppetca call unconditional.
Associated revisions
Revision c5cf0596e532481b417d604c002990ab4710d55d
fixes #324 - Don't try to read CA signed certs as foreman user before cleaning with puppetrun
History
Updated by Frank Sweetser over 1 year ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset c5cf0596e532481b417d604c002990ab4710d55d.
Updated by Ohad Levy over 1 year ago
- Target version set to 0.1-6
Updated by Ohad Levy over 1 year ago
- Status changed from Ready For Testing to Closed
