summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-05-15 15:40:02 -0500
committerLuke Kanies <luke@madstop.com>2008-05-15 15:40:02 -0500
commit9c91a6d3fb9da933d8e1ba4149ee1b5587e6b007 (patch)
tree256db393dab3c2b718d18502d4bf8f074944fcf8
parentaaaf767c71d1c8ae9993c73c38832c66d63fc606 (diff)
downloadfacter-9c91a6d3fb9da933d8e1ba4149ee1b5587e6b007.tar.gz
facter-9c91a6d3fb9da933d8e1ba4149ee1b5587e6b007.tar.xz
facter-9c91a6d3fb9da933d8e1ba4149ee1b5587e6b007.zip
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.
-rw-r--r--lib/facter.rb2
1 files changed, 0 insertions, 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