# File lib/puppet/indirector/facts/facter.rb, line 76 76: def save(facts) 77: raise Puppet::DevError, "You cannot save facts to the code store; it is only used for getting facts from Facter" 78: end