Sha256: 7481bbee4377ac584a9d46360be1ae9c978adf260800c0e7390d49ef291dc622
Contents?: true
Size: 385 Bytes
Versions: 220
Compression:
Stored size: 385 Bytes
Contents
module Actions module Katello module Repository class IndexErrata < Actions::EntryAction def plan(repository) plan_self(:user_id => ::User.current.id, :id => repository.id) end def run repo = ::Katello::Repository.find(input[:id]) ::Katello::Erratum.import_for_repository(repo) end end end end end
Version data entries
220 entries across 220 versions & 1 rubygems