Sha256: 11dd4d400a53966350d769b52b48edd6d2a0f70060af465d4b8c2966935ddad7

Contents?: true

Size: 355 Bytes

Versions: 3

Compression:

Stored size: 355 Bytes

Contents

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