Sha256: 4b6cc6dc4a274ed07bffe058695755fcbaec9d7fe52c41a663bcd68bbb160c78
Contents?: true
Size: 412 Bytes
Versions: 141
Compression:
Stored size: 412 Bytes
Contents
module Actions module Pulp3 module OrphanCleanup class DeleteOrphanedMigratedRepositories < Pulp3::AbstractAsyncTask def plan(smart_proxy) plan_self(:smart_proxy_id => smart_proxy.id) end def run output[:pulp_tasks] = ::Katello::Pulp3::SmartProxyRepository.instance_for_type(smart_proxy).delete_orphan_repositories end end end end end
Version data entries
141 entries across 141 versions & 1 rubygems