summaryrefslogtreecommitdiffstats
path: root/lib/facter/util/loader.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/facter/util/loader.rb')
-rw-r--r--lib/facter/util/loader.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/facter/util/loader.rb b/lib/facter/util/loader.rb
index b6aa8de..a52012c 100644
--- a/lib/facter/util/loader.rb
+++ b/lib/facter/util/loader.rb
@@ -90,7 +90,7 @@ class Facter::Util::Loader
next if fact and env_name != fact
Facter.add($1) do
- from_environment
+ has_weight 1_000_000
setcode { value }
end