Sha256: bb5c78ac0d6e5bbde8f1c9066637349792088264bea6176e5793774a07e8d2d9

Contents?: true

Size: 352 Bytes

Versions: 2

Compression:

Stored size: 352 Bytes

Contents

module Actions
  module ElasticSearch
    module Repository
      class IndexContent < ElasticSearch::Abstract
        input_format do
          param :id, Integer
          param :dependency, Hash
        end

        def run
          repo = ::Katello::Repository.find(input[:id])
          repo.index_content
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
katello-2.4.0.rc2 app/lib/actions/elastic_search/repository/index_content.rb
katello-2.4.0.rc1 app/lib/actions/elastic_search/repository/index_content.rb