Sha256: 64cda565cb8f669842247dcff32c4809c9dc5a517e57265e38dea261866d86d3
Contents?: true
Size: 474 Bytes
Versions: 64
Compression:
Stored size: 474 Bytes
Contents
module Actions module Pulp module Orchestration module Repository class RefreshRepos < Pulp::AbstractAsyncTask include ::Actions::Katello::CapsuleContent::RefreshRepos def fetch_proxy_service(smart_proxy) ::Katello::Pulp::SmartProxyRepository.new(smart_proxy) end def act_on_repo?(repo, smart_proxy) !smart_proxy.pulp3_support?(repo) end end end end end end
Version data entries
64 entries across 64 versions & 1 rubygems