Sha256: 5a25fc1d6000cfb77f05bb419e88b66ea967b032271ac9291d4d771b907096d1
Contents?: true
Size: 490 Bytes
Versions: 99
Compression:
Stored size: 490 Bytes
Contents
module Actions module Pulp3 module Orchestration module Repository class RefreshRepos < Pulp3::AbstractAsyncTask include ::Actions::Katello::CapsuleContent::RefreshRepos def fetch_proxy_service(smart_proxy) ::Katello::Pulp3::SmartProxyRepository.instance_for_type(smart_proxy) end def act_on_repo?(repo, smart_proxy) smart_proxy.pulp3_support?(repo) end end end end end end
Version data entries
99 entries across 99 versions & 1 rubygems