Sha256: 7465a2679751897d8bab5dc657da12daf0e3232ec509dde58b1d21250eef2bca
Contents?: true
Size: 451 Bytes
Versions: 153
Compression:
Stored size: 451 Bytes
Contents
module Actions module Pulp3 module OrphanCleanup class DeleteOrphanDistributions < 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_distributions end end end end end
Version data entries
153 entries across 153 versions & 1 rubygems