Retrieve the value from facter
20 21 22
# File 'lib/puppet/confine/variable.rb', line 20 def facter_value @facter_value ||= Puppet.runtime[:facter].value(name).to_s.downcase end