lib/mixlib/install/backend/base.rb in mixlib-install-3.1.0 vs lib/mixlib/install/backend/base.rb in mixlib-install-3.2.0
- old
+ new
@@ -220,28 +220,9 @@
end
[platform, platform_version]
end
- #
- # Normalizes architecture information that we receive from omnibus.architecture
- #
- # @param [String] architecture
- #
- # @return String [architecture]
- def normalize_architecture(architecture)
- case architecture
- when "amd64"
- "x86_64"
- when "i86pc", "i686"
- "i386"
- when "sun4u", "sun4v"
- "sparc"
- else
- architecture
- end
- end
-
private
#
# Custom map Chef's supported windows desktop versions to the server versions we currently build
# See https://docs.chef.io/platforms.html