app/services/katello/pulp/file_unit.rb in katello-3.3.2 vs app/services/katello/pulp/file_unit.rb in katello-3.4.0.rc1
- old
+ new
@@ -3,10 +3,10 @@
class FileUnit < PulpContentUnit
include LazyAccessor
PULP_SELECT_FIELDS = %w(name checksum).freeze
PULP_INDEXED_FIELDS = %w(name checksum _id).freeze
- CONTENT_TYPE = "file".freeze
+ CONTENT_TYPE = "iso".freeze
lazy_accessor :pulp_facts, :initializer => :backend_data
end
end
end