Sha256: c9609e5f62ff7f09e8b9b53ed1f090d3492f2c96b71d7ff14f2c623c6c9ab4af
Contents?: true
Size: 444 Bytes
Versions: 153
Compression:
Stored size: 444 Bytes
Contents
module Actions module Pulp3 module OrphanCleanup class RemoveUnneededRepos < Pulp3::AbstractAsyncTask def plan(smart_proxy) plan_self(:smart_proxy_id => smart_proxy.id) end def invoke_external_task smart_proxy_service = ::Katello::Pulp3::SmartProxyRepository.instance_for_type(smart_proxy) smart_proxy_service.delete_orphan_repositories end end end end end
Version data entries
153 entries across 153 versions & 1 rubygems