From e90a51ff599c823372ddcf4e1ea821cc3f99638c Mon Sep 17 00:00:00 2001 From: Rick Bradley Date: Thu, 20 Sep 2007 12:55:12 -0500 Subject: More spec and indirector updates. --- lib/puppet/indirector.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/puppet') diff --git a/lib/puppet/indirector.rb b/lib/puppet/indirector.rb index d30f8a63d..ca1b4b673 100644 --- a/lib/puppet/indirector.rb +++ b/lib/puppet/indirector.rb @@ -79,6 +79,7 @@ module Puppet::Indirector end # clear out the list of known indirections +#JRB:TODO -- I would prefer to get rid of this altogether, but it's implicated in testing, given the class loader def self.reset @indirections = {} @class_indirections = {} @@ -104,6 +105,7 @@ module Puppet::Indirector def self.terminus_for_indirection(name) # JRB:TODO make this do something useful, aka look something up in a .yml file + # JRB:TODO look up name + '_source' in standard configuration :ldap end -- cgit