Sha256: 64fd488681cec11b33434a1a549d3c1ba14fc7f5e179673a0bee9742a05a5ed6

Contents?: true

Size: 532 Bytes

Versions: 6

Compression:

Stored size: 532 Bytes

Contents

module Actions
  module Pulp3
    module Orchestration
      module Repository
        class Create < Pulp3::Abstract
          def plan(repository, smart_proxy)
            sequence do
              plan_action(Actions::Pulp3::Repository::Create, repository, smart_proxy)
              plan_action(Actions::Pulp3::Repository::CreateRemote, repository, smart_proxy)
              plan_action(Actions::Pulp3::Repository::CreatePublisher, repository, smart_proxy)
            end
          end
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
katello-3.12.3 app/lib/actions/pulp3/orchestration/repository/create.rb
katello-3.12.2 app/lib/actions/pulp3/orchestration/repository/create.rb
katello-3.12.1 app/lib/actions/pulp3/orchestration/repository/create.rb
katello-3.12.0 app/lib/actions/pulp3/orchestration/repository/create.rb
katello-3.12.0.rc2 app/lib/actions/pulp3/orchestration/repository/create.rb
katello-3.12.0.rc1 app/lib/actions/pulp3/orchestration/repository/create.rb