Sha256: a3257c372481221c9fcd2bd367efe6e45b9df61b29e468035bcf6dcecf16b9a8
Contents?: true
Size: 439 Bytes
Versions: 148
Compression:
Stored size: 439 Bytes
Contents
module Actions module Pulp3 module OrphanCleanup class DeleteOrphanRemotes < 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_remotes end end end end end
Version data entries
148 entries across 148 versions & 1 rubygems