theforeman / foreman_leapp

GNU General Public License v3.0
0 stars 15 forks source link

Fixes #29978 - Fix for uninitialized constant Host::JobInvocation #96

Closed stejskalleos closed 4 years ago

stejskalleos commented 4 years ago

Issue Skipping engine hook (uninitialized constant Host::JobInvocation) during plugin initialization.

How to reproduce the issue

[2] pry(#<#>)> Host::JobInvocation NameError: uninitialized constant Host::JobInvocation from /home/lstejskal/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:61:in `block in load_missing_constant' [3] pry(#<#>)>


**Fix**
Hook only `JobInvocation` instead of `Host::JobInvocation`