Sha256: c398a1cc1e39282b171083707ff1852d645e53a93f28fa825896d65a40bd52c0
Contents?: true
Size: 333 Bytes
Versions: 82
Compression:
Stored size: 333 Bytes
Contents
module Actions module Pulp module Repository class RemoveRpm < Pulp::Repository::AbstractRemoveContent def content_extension pulp_extensions.rpm end def criteria super.merge(fields: { :unit => ::Katello::Pulp::Rpm::PULP_SELECT_FIELDS}) end end end end end
Version data entries
82 entries across 82 versions & 1 rubygems