diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/puppet/indirector.rb | 2 |
1 files changed, 2 insertions, 0 deletions
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 |