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