Actions
Bug #324
closedDon't try to read signed certs before cleaning with puppetca
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.
Files
Updated by Frank Sweetser over 14 years ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset c5cf0596e532481b417d604c002990ab4710d55d.
Updated by Ohad Levy over 14 years ago
- Status changed from Ready For Testing to Closed
Actions