Sha256: 878420f7b88946b7caac37f98882ac88ee6a74d6e90a66d1aee70a57780c890b

Contents?: true

Size: 435 Bytes

Versions: 83

Compression:

Stored size: 435 Bytes

Contents

module Actions
  module Pulp
    module Orchestration
      module OrphanCleanup
        class RemoveOrphans < Pulp::Abstract
          def plan(proxy)
            sequence do
              plan_action(Actions::Pulp::OrphanCleanup::RemoveUnneededRepos, proxy) unless proxy.pulp_primary?
              plan_action(Actions::Pulp::OrphanCleanup::RemoveOrphans, proxy)
            end
          end
        end
      end
    end
  end
end

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
katello-4.2.0.1.rc3 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-3.18.5 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.2.0.1.rc2 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.2.0.rc2 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.1.3 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.2.0.rc1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.0.2.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.1.2.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.0.2 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.1.2 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-3.18.4 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.1.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.1.0 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.0.1.2 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-3.18.3.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.1.0.rc2.2 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.1.0.rc2.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.0.1.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-3.18.3 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.1.0.rc2 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb