summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRick Bradley <rick@rickbradley.com>2007-09-20 12:55:12 -0500
committerRick Bradley <rick@rickbradley.com>2007-09-20 12:55:12 -0500
commite90a51ff599c823372ddcf4e1ea821cc3f99638c (patch)
tree2fdbd95a3acf848391662db8661fea88b4de86e4 /lib
parent129cce8b63c827d16a49c5ff1f6f25daf2906f47 (diff)
downloadpuppet-e90a51ff599c823372ddcf4e1ea821cc3f99638c.tar.gz
puppet-e90a51ff599c823372ddcf4e1ea821cc3f99638c.tar.xz
puppet-e90a51ff599c823372ddcf4e1ea821cc3f99638c.zip
More spec and indirector updates.
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/indirector.rb2
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