Sha256: 3d2b043561dfc168682298622710188e9d0188efca0e31e60c4fbb72028a0896

Contents?: true

Size: 348 Bytes

Versions: 123

Compression:

Stored size: 348 Bytes

Contents

module Actions
  module Pulp
    module Orchestration
      module Repository
        class RemoveUnits < Pulp::Abstract
          def plan(repository, _smart_proxy, options)
            options[:repo_id] = repository.id
            plan_action(Actions::Pulp::Repository::RemoveUnits, options)
          end
        end
      end
    end
  end
end

Version data entries

123 entries across 123 versions & 1 rubygems

Version Path
katello-3.18.0.rc1 app/lib/actions/pulp/orchestration/repository/remove_units.rb
katello-3.17.0.rc2.2 app/lib/actions/pulp/orchestration/repository/remove_units.rb
katello-3.17.0.rc2.1 app/lib/actions/pulp/orchestration/repository/remove_units.rb
katello-3.16.1.2 app/lib/actions/pulp/orchestration/repository/remove_units.rb
katello-3.16.1.1 app/lib/actions/pulp/orchestration/repository/remove_units.rb
katello-3.17.0.rc2 app/lib/actions/pulp/orchestration/repository/remove_units.rb
katello-3.16.1 app/lib/actions/pulp/orchestration/repository/remove_units.rb
katello-3.17.0.rc1 app/lib/actions/pulp/orchestration/repository/remove_units.rb
katello-3.16.0 app/lib/actions/pulp/orchestration/repository/remove_units.rb
katello-3.16.0.rc5.1 app/lib/actions/pulp/orchestration/repository/remove_units.rb
katello-3.16.0.rc5 app/lib/actions/pulp/orchestration/repository/remove_units.rb
katello-3.16.0.rc4.1 app/lib/actions/pulp/orchestration/repository/remove_units.rb
katello-3.15.3.1 app/lib/actions/pulp/orchestration/repository/remove_units.rb
katello-3.15.3 app/lib/actions/pulp/orchestration/repository/remove_units.rb
katello-3.16.0.rc4 app/lib/actions/pulp/orchestration/repository/remove_units.rb
katello-3.16.0.rc3.1 app/lib/actions/pulp/orchestration/repository/remove_units.rb
katello-3.15.2 app/lib/actions/pulp/orchestration/repository/remove_units.rb
katello-3.16.0.rc3 app/lib/actions/pulp/orchestration/repository/remove_units.rb
katello-3.16.0.rc2.1 app/lib/actions/pulp/orchestration/repository/remove_units.rb
katello-3.16.0.rc2 app/lib/actions/pulp/orchestration/repository/remove_units.rb