--- lib/facter/processors/os.rb.orig 2019-06-11 04:42:38 UTC +++ lib/facter/processors/os.rb @@ -21,7 +21,7 @@ module Facter Facter::Processors::AIX.new when "HP-UX" Facter::Processors::HP_UX.new - when "DragonFly", "FreeBSD" + when "DragonFly", "FreeBSD", "BSDSUniX" Facter::Processors::BSD.new when "OpenBSD" Facter::Processors::OpenBSD.new