Sha256: d3fbafd818be170b302f1949b7327b08c5992de3e484b514a4856725ef8c1a66

Contents?: true

Size: 296 Bytes

Versions: 65

Compression:

Stored size: 296 Bytes

Contents

module Katello
  module Concerns
    module RemoteExecutionProxySelectorExtensions
      def strategies
        order = [super, [:registered_through]]
        order = order.reverse if Setting[:remote_execution_prefer_registered_through_proxy]
        order.reduce(:+)
      end
    end
  end
end

Version data entries

65 entries across 65 versions & 1 rubygems

Version Path
katello-4.14.2 app/models/katello/concerns/remote_execution_proxy_selector_extensions.rb
katello-4.15.0 app/models/katello/concerns/remote_execution_proxy_selector_extensions.rb
katello-4.15.0.rc2 app/models/katello/concerns/remote_execution_proxy_selector_extensions.rb
katello-4.15.0.rc1 app/models/katello/concerns/remote_execution_proxy_selector_extensions.rb
katello-4.14.1 app/models/katello/concerns/remote_execution_proxy_selector_extensions.rb
katello-4.14.0 app/models/katello/concerns/remote_execution_proxy_selector_extensions.rb
katello-4.14.0.rc3 app/models/katello/concerns/remote_execution_proxy_selector_extensions.rb
katello-4.14.0.rc2 app/models/katello/concerns/remote_execution_proxy_selector_extensions.rb
katello-4.14.0.rc1.1 app/models/katello/concerns/remote_execution_proxy_selector_extensions.rb
katello-4.14.0.rc1 app/models/katello/concerns/remote_execution_proxy_selector_extensions.rb
katello-4.13.1 app/models/katello/concerns/remote_execution_proxy_selector_extensions.rb
katello-4.13.0 app/models/katello/concerns/remote_execution_proxy_selector_extensions.rb
katello-4.12.1 app/models/katello/concerns/remote_execution_proxy_selector_extensions.rb
katello-4.13.0.rc1 app/models/katello/concerns/remote_execution_proxy_selector_extensions.rb
katello-4.12.0 app/models/katello/concerns/remote_execution_proxy_selector_extensions.rb
katello-4.12.0.rc3 app/models/katello/concerns/remote_execution_proxy_selector_extensions.rb
katello-4.12.0.rc2 app/models/katello/concerns/remote_execution_proxy_selector_extensions.rb
katello-4.12.0.rc1 app/models/katello/concerns/remote_execution_proxy_selector_extensions.rb
katello-4.11.1 app/models/katello/concerns/remote_execution_proxy_selector_extensions.rb
katello-4.11.0 app/models/katello/concerns/remote_execution_proxy_selector_extensions.rb