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