From 7740cd497f936859fa5213c34dae485b5b70ba60 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Fri, 21 Sep 2007 13:07:34 -0500 Subject: The indirector specs now all pass. I think I need to add a few more specs, though. --- lib/puppet/node/facts.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/puppet/node') diff --git a/lib/puppet/node/facts.rb b/lib/puppet/node/facts.rb index e5774127b..a2e6d9c04 100755 --- a/lib/puppet/node/facts.rb +++ b/lib/puppet/node/facts.rb @@ -9,7 +9,7 @@ class Puppet::Node::Facts extend Puppet::Indirector # Use the node source as the indirection terminus. - indirects :facts, :to => :fact_store + indirects :facts attr_accessor :name, :values -- cgit