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