lib/facter/resolvers/windows/fips.rb in facter-4.0.49 vs lib/facter/resolvers/windows/fips.rb in facter-4.0.50
- old
+ new
@@ -10,10 +10,10 @@
init_resolver
class << self
private
- def post_resolve(fact_name)
+ def post_resolve(fact_name, _options)
@fact_list.fetch(fact_name) { read_fact_from_registry(fact_name) }
end
def read_fact_from_registry(fact_name)
reg = ::Win32::Registry::HKEY_LOCAL_MACHINE