Sha256: 1cbe3ae1af3b5beeae180e370a7398342761dffc8fa37a03545be465144edada
Contents?: true
Size: 433 Bytes
Versions: 169
Compression:
Stored size: 433 Bytes
Contents
module Actions module Katello module Repository class UpdateContentUrls < Actions::EntryAction def plan(content_to_update) concurrence do content_to_update.each do |content| content.repositories.each do |repo| plan_action(Katello::Repository::UpdateRedhatRepository, repo) end end end end end end end end
Version data entries
169 entries across 169 versions & 1 rubygems