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.7.6 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.7.5 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.7.4 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.7.3 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.7.2 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.7.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.6.2.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.6.2 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.7.0 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.6.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.7.0.rc2 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.7.0.rc1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.4.2.2 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.4.2.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.4.2 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.5.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.6.0 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.6.0.rc2 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.6.0.rc1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.5.0 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb