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.5.0.rc2 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.4.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.5.0.rc1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.4.0.2 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.4.0.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.3.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.4.0 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.4.0.rc2 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.4.0.rc1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.2.2 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.3.0 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.3.0.rc4 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.3.0.rc3 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.3.0.rc2.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.3.0.rc2 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.3.0.rc1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.2.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.2.0.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.1.4 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-4.0.3 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb