From 9d0a38ee1baa295fb8d2b69f13cbfc91b5de5800 Mon Sep 17 00:00:00 2001 From: Rein Henrichs Date: Mon, 7 Jun 2010 15:45:45 -0700 Subject: [#3921] Add facts_terminus setting to Puppet settings * defaults to "facter" --- lib/puppet/node/facts.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/puppet/node') diff --git a/lib/puppet/node/facts.rb b/lib/puppet/node/facts.rb index 490174bbf..7c1a188ec 100755 --- a/lib/puppet/node/facts.rb +++ b/lib/puppet/node/facts.rb @@ -16,8 +16,7 @@ class Puppet::Node::Facts end end - # Use the node source as the indirection terminus. - indirects :facts, :terminus_class => :facter, :extend => NodeExpirer + indirects :facts, :terminus_setting => :fact_terminus, :extend => NodeExpirer attr_accessor :name, :values -- cgit