Sha256: 6a8a957ee077dab68d53355759d295297e013b8f734559eeb587fe9523cb1086

Contents?: true

Size: 637 Bytes

Versions: 15

Compression:

Stored size: 637 Bytes

Contents

module Actions
  module Katello
    module ContentView
      class CapsuleGenerateAndSync < Actions::Base
        def humanized_name
          _("Sync Smart proxy with Content View")
        end

        def plan(content_view, environment)
          sequence do
            concurrence do
              ::Katello::CapsuleContent.with_environment(environment).each do |capsule_content|
                plan_action(Katello::CapsuleContent::Sync, capsule_content, :content_view => content_view,
                            :environment => environment)
              end
            end
          end
        end
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
katello-3.4.2 app/lib/actions/katello/content_view/capsule_generate_and_sync.rb
katello-3.4.1 app/lib/actions/katello/content_view/capsule_generate_and_sync.rb
katello-3.4.0.2 app/lib/actions/katello/content_view/capsule_generate_and_sync.rb
katello-3.4.0.1 app/lib/actions/katello/content_view/capsule_generate_and_sync.rb
katello-3.3.2 app/lib/actions/katello/content_view/capsule_generate_and_sync.rb
katello-3.4.0 app/lib/actions/katello/content_view/capsule_generate_and_sync.rb
katello-3.4.0.rc2 app/lib/actions/katello/content_view/capsule_generate_and_sync.rb
katello-3.4.0.rc1 app/lib/actions/katello/content_view/capsule_generate_and_sync.rb
katello-3.3.1.1 app/lib/actions/katello/content_view/capsule_generate_and_sync.rb
katello-3.3.1 app/lib/actions/katello/content_view/capsule_generate_and_sync.rb
katello-3.3.0.1 app/lib/actions/katello/content_view/capsule_generate_and_sync.rb
katello-3.3.0 app/lib/actions/katello/content_view/capsule_generate_and_sync.rb
katello-3.3.0.rc2 app/lib/actions/katello/content_view/capsule_generate_and_sync.rb
katello-3.3.0.rc1.1 app/lib/actions/katello/content_view/capsule_generate_and_sync.rb
katello-3.3.0.rc1 app/lib/actions/katello/content_view/capsule_generate_and_sync.rb