lib/facter/resolvers/aix/mountpoints.rb in facter-4.0.49 vs lib/facter/resolvers/aix/mountpoints.rb in facter-4.0.50

- old
+ new

@@ -9,10 +9,10 @@ BLOCK_SIZE = 512 class << self private - def post_resolve(fact_name) + def post_resolve(fact_name, _options) @fact_list.fetch(fact_name) { read_mount(fact_name) } end def read_mount(fact_name) @fact_list[:mountpoints] = {}