lib/facter/architecture.rb in facter-1.6.2 vs lib/facter/architecture.rb in facter-1.6.3
- old
+ new
@@ -1,10 +1,10 @@
# Fact: architecture
#
# Purpose:
# Return the CPU hardware architecture.
-#
+#
# Resolution:
# On OpenBSD, Linux and Debian's kfreebsd, use the hardwaremodel fact.
# Gentoo and Debian call "x86_86" "amd64".
# Gentoo also calls "i386" "x86".
#
@@ -33,6 +33,5 @@
else
model
end
end
end
-