# File lib/puppet/provider/confine/variable.rb, line 41 41: def reset 42: # Reset the cache. We want to cache it during a given 43: # run, but not across runs. 44: @facter_value = nil 45: end