Actions
Bug #2813
closedForeman::Provision::SSH requires fog even on non-fog installations
Description
On an installation without fog installed, e.g. a bundler install without the fog group, app/services/foreman/provision/ssh.rb loads 'fog' and causes a failure at startup:
No such file to load -- fog (LoadError)
Prior to #2411, this file probably wasn't read unless image provisioning was happening, which couldn't happen without fog being installed.
Updated by Joseph Magen over 11 years ago
- Status changed from Assigned to Ready For Testing
https://github.com/theforeman/foreman/pull/808
Moved files back from /app/services to /lib
Updated by Joseph Magen over 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 1d9828b0a2c6b0e370ac6c63e11cb006e59f1034.
Actions