Sha256: 4b135d41a161c89f1962e7311c946d04559072ae6e99fc5bb0d948e9b7a69dda
Contents?: true
Size: 495 Bytes
Versions: 17
Compression:
Stored size: 495 Bytes
Contents
module Actions module Katello module Repository class IndexContent < Actions::EntryAction middleware.use Actions::Middleware::ExecuteIfContentsChanged input_format do param :id, Integer param :dependency, Hash param :contents_changed param :full_index end def run repo = ::Katello::Repository.find(input[:id]) repo.index_content(input[:full_index]) end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems