Sha256: 9e88219ef68af9746fab6d966802b8e103ff44c4564b50ca8c528dce70073504
Contents?: true
Size: 371 Bytes
Versions: 153
Compression:
Stored size: 371 Bytes
Contents
module Actions module Pulp3 module OrphanCleanup class RemoveOrphans < Pulp3::AbstractAsyncTask def plan(smart_proxy) plan_self(:smart_proxy_id => smart_proxy.id) end def invoke_external_task output[:pulp_tasks] = ::Katello::Pulp3::Api::Core.new(smart_proxy).delete_orphans end end end end end
Version data entries
153 entries across 153 versions & 1 rubygems