Sha256: 8bd8872e5e14dbad08b88ffc3d6114856cf480b076b81ef904971e83c4545539
Contents?: true
Size: 473 Bytes
Versions: 50
Compression:
Stored size: 473 Bytes
Contents
module Actions module Pulp3 module OrphanCleanup class DeleteOrphanAlternateContentSources < 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_alternate_content_sources end end end end end
Version data entries
50 entries across 50 versions & 1 rubygems