Sha256: d69d547cef49821e48bb5c04903c4e61d039843c4540a19cf09895df4715e944

Contents?: true

Size: 451 Bytes

Versions: 46

Compression:

Stored size: 451 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::RefreshRemote, smart_proxy_acs)
              plan_action(Actions::Pulp3::AlternateContentSource::Refresh, smart_proxy_acs)
            end
          end
        end
      end
    end
  end
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
katello-4.14.2 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb
katello-4.15.0 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb
katello-4.15.0.rc2 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb
katello-4.15.0.rc1 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb
katello-4.14.1 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb
katello-4.14.0 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb
katello-4.14.0.rc3 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb
katello-4.14.0.rc2 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb
katello-4.14.0.rc1.1 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb
katello-4.14.0.rc1 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb
katello-4.13.1 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb
katello-4.13.0 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb
katello-4.12.1 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb
katello-4.13.0.rc1 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb
katello-4.12.0 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb
katello-4.12.0.rc3 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb
katello-4.12.0.rc2 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb
katello-4.12.0.rc1 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb
katello-4.11.1 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb
katello-4.11.0 app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb