Sha256: 285a1b696ec26bf3fa7687ab24221591ea87b5a5104cc3523147087d0dba5ce2

Contents?: true

Size: 434 Bytes

Versions: 32

Compression:

Stored size: 434 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_master?
              plan_action(Actions::Pulp::OrphanCleanup::RemoveOrphans, proxy)
            end
          end
        end
      end
    end
  end
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
katello-3.16.2 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-3.16.1.2 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-3.16.1.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-3.16.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-3.17.0.rc1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-3.16.0 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-3.16.0.rc5.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-3.16.0.rc5 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-3.16.0.rc4.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-3.15.3.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-3.15.3 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-3.16.0.rc4 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-3.16.0.rc3.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-3.15.2 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-3.16.0.rc3 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-3.16.0.rc2.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-3.16.0.rc2 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-3.15.1.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-3.16.0.rc1.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb
katello-3.15.1 app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb