Actions
Bug #24279
closed`handle_ca` still called in ssh provisioning even though the method was removed
Difficulty:
Triaged:
No
Description
`handle_ca` is still being called in app/models/concerns/orchestration/ssh_provision.rb under `setSSHCert`. This method was removed here: https://github.com/theforeman/foreman/pull/5580/files.
This is causing ssh provisioning to fail since the method cannot be found.
Actions