From 9c91a6d3fb9da933d8e1ba4149ee1b5587e6b007 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Thu, 15 May 2008 15:40:02 -0500 Subject: Facter no longer loads all facts by default. This should not have an impact on normal usage, since Facter loads them all on demand. It's much faster now for loading individual facts, though. --- lib/facter.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/facter.rb b/lib/facter.rb index 783bb83..30f363d 100644 --- a/lib/facter.rb +++ b/lib/facter.rb @@ -179,6 +179,4 @@ module Facter def self.loadfacts collection.load_all end - - Facter.loadfacts end -- cgit