Sha256: 43275b644be4cd92a7e38f63c6df91c59112a1e7ac55aaa385ec83006142c30d
Contents?: true
Size: 359 Bytes
Versions: 16
Compression:
Stored size: 359 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]) repo.index_db_errata end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems