Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
FACT 4.2.13
-
Phoenix
-
3
-
Phoenix 2023-02-01
-
50176,50537
-
2
-
Bug Fix
-
Facter 4 previously was not looking to use any cache information when looking up a fact or value Facter methods. We have resolved that to now use cache information when using the fact or value methods.
-
Needs Assessment
Description
Run Puppet with --debug and the same block is repeated. This seems to have been partially resolved in FACT-3001. However, on the latest release similar logs continue to repeat on Windows nodes
[0;36mDebug: Facter: Loading external facts[0m
|
[0;36mDebug: Facter: fact "operatingsystem" has resolved to: windows[0m
|
[0;36mDebug: Facter: resolving fact with user_query: operatingsystem[0m
|
[0;36mDebug: Facter: Searching fact: operatingsystem in file: operatingsystem.rb[0m
|
[0;36mDebug: Facter: Searching fact: operatingsystem in core facts and external facts[0m
|
[0;36mDebug: Facter: Loading all internal facts[0m
|
[0;36mDebug: Facter: List of resolvable facts: [#<Facter::SearchedFact:0x0000000009db77a8 @name="operatingsystem", @fact_class=Facts::Windows::Os::Name, @user_query="operatingsystem", @type=:legacy, @file=nil>][0m
|
[0;36mDebug: Facter: Loading external facts[0m
|
[0;36mDebug: Facter: fact "operatingsystem" has resolved to: windows[0m
|
[0;36mDebug: Facter: resolving fact with user_query: operatingsystem[0m
|
[0;36mDebug: Facter: Searching fact: operatingsystem in file: operatingsystem.rb[0m
|
[0;36mDebug: Facter: Searching fact: operatingsystem in core facts and external facts[0m
|
[0;36mDebug: Facter: Loading all internal facts[0m
|
[0;36mDebug: Facter: List of resolvable facts: [#<Facter::SearchedFact:0x0000000009dd7080 @name="operatingsystem", @fact_class=Facts::Windows::Os::Name, @user_query="operatingsystem", @type=:legacy, @file=nil>][0m
|
[0;36mDebug: Facter: Loading external facts[0m
|
[0;36mDebug: Facter: fact "operatingsystem" has resolved to: windows[0m
|
[0;36mDebug: Facter: resolving fact with user_query: operatingsystem[0m
|
[0;36mDebug: Facter: Searching fact: operatingsystem in file: operatingsystem.rb[0m
|
[0;36mDebug: Facter: Searching fact: operatingsystem in core facts and external facts[0m
|
[0;36mDebug: Facter: Loading all internal facts[0m
|
[0;36mDebug: Facter: List of resolvable facts: [#<Facter::SearchedFact:0x0000000008a92e98 @name="operatingsystem", @fact_class=Facts::Windows::Os::Name, @user_query="operatingsystem", @type=:legacy, @file=nil>][0m
|
[0;36mDebug: Facter: Loading external facts[0m
|
[0;36mDebug: Facter: fact "operatingsystem" has resolved to: windows[0m
|
[0;36mDebug: Facter: resolving fact with user_query: operatingsystem[0m
|
[0;36mDebug: Facter: Searching fact: operatingsystem in file: operatingsystem.rb[0m
|
[0;36mDebug: Facter: Searching fact: operatingsystem in core facts and external facts[0m
|
[0;36mDebug: Facter: Loading all internal facts[0m
|
[0;36mDebug: Facter: List of resolvable facts: [#<Facter::SearchedFact:0x0000000009e277d8 @name="operatingsystem", @fact_class=Facts::Windows::Os::Name, @user_query="operatingsystem", @type=:legacy, @file=nil>][0m
|
[0;36mDebug: Facter: Loading external facts[0m
|
[0;36mDebug: Facter: fact "operatingsystem" has resolved to: windows[0m
|
[0;36mDebug: Facter: resolving fact with user_query: operatingsystem[0m
|
[0;36mDebug: Facter: Searching fact: operatingsystem in file: operatingsystem.rb[0m
|
[0;36mDebug: Facter: Searching fact: operatingsystem in core facts and external facts[0m
|
[0;36mDebug: Facter: Loading all internal facts[0m
|
Â