Include the necessary libraries to properly determine the running OS

This commit is contained in:
2014-08-11 22:49:16 +01:00
parent 3ef20e37ce
commit f371e97b6b

View File

@@ -1,3 +1,5 @@
require 'facter/util/operatingsystem'
Facter.add(:operatingsystem) do Facter.add(:operatingsystem) do
# Sabayon Linux is a variant of Gentoo so this resolution needs to come # Sabayon Linux is a variant of Gentoo so this resolution needs to come
# before the Gentoo resolution. # before the Gentoo resolution.