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.
Actions