Sha256: 508b164b6d1733925275ef6c5c2c29b03dfbd78a42b8170e9c8cc1731dd3b9cf

Contents?: true

Size: 451 Bytes

Versions: 3

Compression:

Stored size: 451 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
katello-4.5.1 app/lib/actions/pulp3/orchestration/alternate_content_source/create.rb
katello-4.5.0 app/lib/actions/pulp3/orchestration/alternate_content_source/create.rb
katello-4.5.0.rc2 app/lib/actions/pulp3/orchestration/alternate_content_source/create.rb