Sha256: e4aee1a02e3a2dca0142fdd1e827e62ff47fdb6a363decf9eec7285ecd93becc

Contents?: true

Size: 472 Bytes

Versions: 8

Compression:

Stored size: 472 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) if repository.content_view.default?
            end
          end
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
katello-3.13.4 app/lib/actions/pulp3/orchestration/repository/create.rb
katello-3.13.3 app/lib/actions/pulp3/orchestration/repository/create.rb
katello-3.13.2 app/lib/actions/pulp3/orchestration/repository/create.rb
katello-3.13.1 app/lib/actions/pulp3/orchestration/repository/create.rb
katello-3.13.0 app/lib/actions/pulp3/orchestration/repository/create.rb
katello-3.13.0.rc2.1 app/lib/actions/pulp3/orchestration/repository/create.rb
katello-3.13.0.rc2 app/lib/actions/pulp3/orchestration/repository/create.rb
katello-3.13.0.rc1 app/lib/actions/pulp3/orchestration/repository/create.rb