# File lib/puppet/node/facts.rb, line 23 23: def add_local_facts 24: values["clientcert"] = Puppet.settings[:certname] 25: values["clientversion"] = Puppet.version.to_s 26: values["environment"] ||= Puppet.settings[:environment] 27: end