From f371e97b6b695b131cfbbc9c4c58dd2f14af49b7 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Mon, 11 Aug 2014 22:49:16 +0100 Subject: [PATCH] Include the necessary libraries to properly determine the running OS --- lib/facter/operatingsystem.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/facter/operatingsystem.rb b/lib/facter/operatingsystem.rb index d757a9c..66fc0a4 100644 --- a/lib/facter/operatingsystem.rb +++ b/lib/facter/operatingsystem.rb @@ -1,3 +1,5 @@ +require 'facter/util/operatingsystem' + Facter.add(:operatingsystem) do # Sabayon Linux is a variant of Gentoo so this resolution needs to come # before the Gentoo resolution.