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