Sha256: 84e0e55347d5e8c3b02a6727a1fc06caa78c4ca22f98c1ee55f5306a5aa3e092

Contents?: true

Size: 353 Bytes

Versions: 6

Compression:

Stored size: 353 Bytes

Contents

module Actions
  module Pulp3
    module Orchestration
      module AlternateContentSource
        class Refresh < Pulp3::Abstract
          def plan(smart_proxy_acs)
            sequence do
              plan_action(Actions::Pulp3::AlternateContentSource::Refresh, smart_proxy_acs)
            end
          end
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
katello-4.6.2.1 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb
katello-4.6.2 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb
katello-4.6.1 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb
katello-4.6.0 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb
katello-4.6.0.rc2 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb
katello-4.6.0.rc1 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb