Sha256: b45dc662e72368c3a1d540057cafef973403712ecda29a2139b5bce302d3e6e0

Contents?: true

Size: 456 Bytes

Versions: 9

Compression:

Stored size: 456 Bytes

Contents

module Actions
  module Katello
    module CapsuleContent
      class UpdateWithoutContent < ::Actions::EntryAction
        def plan(environment)
          ::Katello::CapsuleContent.with_environment(environment).each do |capsule_content|
            plan_action(Pulp::Consumer::SyncNode,
                        consumer_uuid: capsule_content.consumer_uuid,
                        skip_content: true)
          end
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
katello-2.4.5 app/lib/actions/katello/capsule_content/update_without_content.rb
katello-2.4.4 app/lib/actions/katello/capsule_content/update_without_content.rb
katello-2.4.3 app/lib/actions/katello/capsule_content/update_without_content.rb
katello-2.4.2 app/lib/actions/katello/capsule_content/update_without_content.rb
katello-2.4.1 app/lib/actions/katello/capsule_content/update_without_content.rb
katello-2.4.0 app/lib/actions/katello/capsule_content/update_without_content.rb
katello-2.4.0.rc3 app/lib/actions/katello/capsule_content/update_without_content.rb
katello-2.4.0.rc2 app/lib/actions/katello/capsule_content/update_without_content.rb
katello-2.4.0.rc1 app/lib/actions/katello/capsule_content/update_without_content.rb