Sha256: 8c291f71b177586dff1eba6b6495e5a3e26e5a3c2de9ce338e28b67212b5d558

Contents?: true

Size: 451 Bytes

Versions: 3

Compression:

Stored size: 451 Bytes

Contents

module Actions
  module Pulp3
    module Orchestration
      module AlternateContentSource
        class Update < Pulp3::Abstract
          def plan(acs, smart_proxy)
            sequence do
              plan_action(Actions::Pulp3::AlternateContentSource::UpdateRemote, acs, smart_proxy)
              plan_action(Actions::Pulp3::AlternateContentSource::Update, 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/update.rb
katello-4.5.0 app/lib/actions/pulp3/orchestration/alternate_content_source/update.rb
katello-4.5.0.rc2 app/lib/actions/pulp3/orchestration/alternate_content_source/update.rb