Actions
Bug #13770
closedSSH provisioning fails when no puppetca is assigned to the host
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Orchestration
Target version:
-
Description
We have the current code in the ssh provisioning:
When there is no puppetca, the puppetca? contidion leads to the method return nil,
which is considered as fail on the orchestration, leading to failure of the whole process.
Updated by Dominic Cleal about 9 years ago
- Status changed from New to Duplicate
https://github.com/theforeman/foreman/blob/1.10.1/app/models/concerns/orchestration/ssh_provision.rb#L83 is probably the correct link.
Actions