Sha256: 9aa3dde54595db913d715bf54071767001c23df206484f94060162b4acb0ec48

Contents?: true

Size: 534 Bytes

Versions: 26

Compression:

Stored size: 534 Bytes

Contents

module Actions
  module Katello
    module OrphanCleanup
      class RemoveOrphans < Pulp::Abstract
        input_format do
          param :capsule_id
        end
        def plan(proxy)
          sequence do
            plan_action(Actions::Pulp::Orchestration::OrphanCleanup::RemoveOrphans, proxy)
            if proxy.pulp3_enabled?
              plan_action(
                Actions::Pulp3::Orchestration::OrphanCleanup::RemoveOrphans,
                proxy)
            end
          end
        end
      end
    end
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
katello-3.15.0.rc1.1 app/lib/actions/katello/orphan_cleanup/remove_orphans.rb
katello-3.15.0.rc1 app/lib/actions/katello/orphan_cleanup/remove_orphans.rb
katello-3.14.1 app/lib/actions/katello/orphan_cleanup/remove_orphans.rb
katello-3.14.0 app/lib/actions/katello/orphan_cleanup/remove_orphans.rb
katello-3.14.0.rc2 app/lib/actions/katello/orphan_cleanup/remove_orphans.rb
katello-3.14.0.rc1 app/lib/actions/katello/orphan_cleanup/remove_orphans.rb