Sha256: 2066dceb6cbe4519d0caa5161f473bfb172f1953900859dcc7b6d185aa0bade2
Contents?: true
Size: 352 Bytes
Versions: 2
Compression:
Stored size: 352 Bytes
Contents
module Actions module ElasticSearch module Repository class RemovePackages < ElasticSearch::Abstract input_format do param :pulp_id, String param :uuids, Array end def run ::Katello::Package.remove_indexed_repoid(input[:uuids], input[:pulp_id]) 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/remove_packages.rb |
katello-2.4.0.rc1 | app/lib/actions/elastic_search/repository/remove_packages.rb |