Skip to content

Commit

Permalink
wip test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylenz committed Dec 7, 2023
1 parent 3e2b9fc commit 53f81be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/katello/concerns/host_managed_extensions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 53f81be

Please sign in to comment.