diff --git a/app/models/katello/concerns/host_managed_extensions.rb b/app/models/katello/concerns/host_managed_extensions.rb index 1b69a740281..39626502ad3 100644 --- a/app/models/katello/concerns/host_managed_extensions.rb +++ b/app/models/katello/concerns/host_managed_extensions.rb @@ -107,6 +107,8 @@ def remote_execution_proxies(provider, *_rest) end included do + puts "INCLUDED" + puts "Katello.with_remote_execution? #{::Katello.with_remote_execution?}" prepend ::ForemanRemoteExecution::HostExtensions if ::Katello.with_remote_execution? prepend Overrides